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

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.createPersistenceProperty()
          Creates a new persistence-property element
 PropertyType<DataSourceType<T>> DataSourceType.createProperty()
          Creates a new property element
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.getOrCreatePersistenceProperty()
          If not already created, a new persistence-property element will be created and returned.
 PropertyType<DataSourceType<T>> DataSourceType.getOrCreateProperty()
          If not already created, a new 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.javaee6 that return types with arguments of type PropertyType
 List<PropertyType<PersistenceContextRefType<T>>> PersistenceContextRefType.getAllPersistenceProperty()
          Returns all persistence-property elements
 List<PropertyType<DataSourceType<T>>> DataSourceType.getAllProperty()
          Returns all property elements
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return PropertyType
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.createPersistenceProperty()
          Creates a new persistence-property element
 PropertyType<DataSourceType<T>> DataSourceType.createProperty()
          Creates a new property element
 PropertyType<PersistenceContextRefType<T>> PersistenceContextRefType.getOrCreatePersistenceProperty()
          If not already created, a new persistence-property element will be created and returned.
 PropertyType<DataSourceType<T>> DataSourceType.getOrCreateProperty()
          If not already created, a new property element will be created and returned.
 

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



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