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

Packages that use CmpVersionType
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 CmpVersionType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 that return CmpVersionType
 CmpVersionType EntityBeanType.getCmpVersion()
          Returns the cmp-version element
static CmpVersionType CmpVersionType.getFromStringValue(java.lang.String value)
           
static CmpVersionType CmpVersionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CmpVersionType[] CmpVersionType.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 CmpVersionType
 EntityBeanType<T> EntityBeanType.setCmpVersion(CmpVersionType cmpVersion)
          If not already created, a new cmp-version element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 that return CmpVersionType
 CmpVersionType EntityBeanTypeImpl.getCmpVersion()
          Returns the cmp-version element
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar30 with parameters of type CmpVersionType
 EntityBeanType<T> EntityBeanTypeImpl.setCmpVersion(CmpVersionType cmpVersion)
          If not already created, a new cmp-version element with the given value will be created.