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

Packages that use PropertyType
org.jboss.shrinkwrap.descriptor.api.javaee5 Provides the interfaces and enumeration types as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaee5 Provides the implementation classes as defined in the schema javaee_5.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.persistenceProperty()
          Returns the persistence-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.javaee5 that return types with arguments of type PropertyType
 java.util.List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefType.getPersistencePropertyList()
          Returns all persistence-property elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.persistenceProperty()
          Returns the persistence-property element
 

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

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

Methods in org.jboss.shrinkwrap.descriptor.impl.javaee5 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefTypeImpl.persistenceProperty()
          Returns the persistence-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.javaee5 that return types with arguments of type PropertyType
 java.util.List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefTypeImpl.getPersistencePropertyList()
          Returns all persistence-property elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefTypeImpl.persistenceProperty()
          Returns the persistence-property element
 

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