Uses of Class
org.jboss.shrinkwrap.descriptor.api.ejbjar31.CmrFieldTypeType

Packages that use CmrFieldTypeType
org.jboss.shrinkwrap.descriptor.api.ejbjar31 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of CmrFieldTypeType in org.jboss.shrinkwrap.descriptor.api.ejbjar31
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return CmrFieldTypeType
 CmrFieldTypeType CmrFieldType.getCmrFieldType()
          Returns the cmr-field-type element
static CmrFieldTypeType CmrFieldTypeType.getFromStringValue(String value)
           
static CmrFieldTypeType CmrFieldTypeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CmrFieldTypeType[] CmrFieldTypeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 with parameters of type CmrFieldTypeType
 CmrFieldType<T> CmrFieldType.cmrFieldType(CmrFieldTypeType cmrFieldType)
          Sets the cmr-field-type element
 



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