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 
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema 
 

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.createPersistenceProperty()
          Creates a new persistence-property element
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.getOrCreatePersistenceProperty()
          If not already created, a new persistence-property element will be created and returned.
 PropertyType<T> PropertyType.id(String id)
          Sets the id attribute
 PropertyType<T> PropertyType.name(String name)
          Sets the name element
 PropertyType<T> PropertyType.removeId()
          Removes the id attribute
 PropertyType<T> PropertyType.removeName()
          Removes the name element
 PropertyType<T> PropertyType.removeValue()
          Removes the value element
 PropertyType<T> PropertyType.value(String value)
          Sets the value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaee5 that return types with arguments of type PropertyType
 List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefType.getAllPersistenceProperty()
          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.createPersistenceProperty()
          Creates a new persistence-property element
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.getOrCreatePersistenceProperty()
          If not already created, a new persistence-property element will be created and returned.
 

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



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.