Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar30.PersistenceTypeType

Packages that use PersistenceTypeType
org.jboss.shrinkwrap.descriptor.api.ejbjar30 Provides the interfaces and enumeration types as defined in the schema ejb-jar_3_0.xsd 
org.jboss.shrinkwrap.descriptor.impl.ejbjar30 Provides the implementation classes as defined in the schema ejb-jar_3_0.xsd 
 

Uses of PersistenceTypeType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return PersistenceTypeType
static PersistenceTypeType PersistenceTypeType.getFromStringValue(java.lang.String value)
           
 PersistenceTypeType EntityBeanType.getPersistenceType()
          Returns the persistence-type element
static PersistenceTypeType PersistenceTypeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PersistenceTypeType[] PersistenceTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 with parameters of type PersistenceTypeType
 EntityBeanType<T> EntityBeanType.setPersistenceType(PersistenceTypeType persistenceType)
          If not already created, a new persistence-type element with the given value will be created.
 

Uses of PersistenceTypeType in org.jboss.shrinkwrap.descriptor.impl.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return PersistenceTypeType
 PersistenceTypeType EntityBeanTypeImpl.getPersistenceType()
          Returns the persistence-type element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 with parameters of type PersistenceTypeType
 EntityBeanType<T> EntityBeanTypeImpl.setPersistenceType(PersistenceTypeType persistenceType)
          If not already created, a new persistence-type element with the given value will be created.