Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee6.PropertyType

Packages that use PropertyType
org.jboss.shrinkwrap.descriptor.api.javaee6 Provides the interfaces and enumeration types as defined in the schema javaee_6.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee6 Provides the implementation classes as defined in the schema javaee_6.xsd 
 

Uses of PropertyType in org.jboss.shrinkwrap.descriptor.api.javaee6
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.persistenceProperty()
          Returns the persistence-property element
 PropertyType<DataSourceType<T>> DataSourceType.property()
          Returns the property element
 PropertyType<T> PropertyType.removeName()
          Removes the name element
 PropertyType<T> PropertyType.removeValue()
          Removes the value element
 PropertyType<T> PropertyType.setName(java.lang.String name)
          If not already created, a new name element with the given value will be created.
 PropertyType<T> PropertyType.setValue(java.lang.String value)
          If not already created, a new value element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee6 that return types with arguments of type PropertyType
 java.util.List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefType.getPersistencePropertyList()
          Returns all persistence-property elements
 java.util.List<PropertyType<DataSourceType<T>>> DataSourceType.getPropertyList()
          Returns all property elements
 

Uses of PropertyType in org.jboss.shrinkwrap.descriptor.impl.javaee6
 

Classes in org.jboss.shrinkwrap.descriptor.impl.javaee6 that implement PropertyType
 class PropertyTypeImpl<T>
          This class implements the propertyType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefTypeImpl.persistenceProperty()
          Returns the persistence-property element
 PropertyType<DataSourceType<T>> DataSourceTypeImpl.property()
          Returns the property element
 PropertyType<T> PropertyTypeImpl.removeName()
          Removes the name element
 PropertyType<T> PropertyTypeImpl.removeValue()
          Removes the value element
 PropertyType<T> PropertyTypeImpl.setName(java.lang.String name)
          If not already created, a new name element with the given value will be created.
 PropertyType<T> PropertyTypeImpl.setValue(java.lang.String value)
          If not already created, a new value element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee6 that return types with arguments of type PropertyType
 java.util.List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefTypeImpl.getPersistencePropertyList()
          Returns all persistence-property elements
 java.util.List<PropertyType<DataSourceType<T>>> DataSourceTypeImpl.getPropertyList()
          Returns all property elements