ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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.name(String name)
          Sets the name element
 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
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.