Uses of Interface
org.jboss.shrinkwrap.descriptor.api.ejbjar31.CmrFieldType

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return CmrFieldType
 CmrFieldType<EjbRelationshipRoleType<T>> EjbRelationshipRoleType.cmrField()
          If not already created, a new cmr-field element will be created and returned.
 CmrFieldType<T> CmrFieldType.removeAllDescription()
          Removes the description element
 CmrFieldType<T> CmrFieldType.removeCmrFieldName()
          Removes the cmr-field-name element
 CmrFieldType<T> CmrFieldType.setCmrFieldName(java.lang.String cmrFieldName)
          If not already created, a new cmr-field-name element with the given value will be created.
 CmrFieldType<T> CmrFieldType.setCmrFieldType(CmrFieldTypeType cmrFieldType)
          If not already created, a new cmr-field-type element with the given value will be created.
 CmrFieldType<T> CmrFieldType.setCmrFieldType(java.lang.String cmrFieldType)
          If not already created, a new cmr-field-type element with the given value will be created.
 CmrFieldType<T> CmrFieldType.setDescription(java.lang.String description)
          Creates a new description element
 CmrFieldType<T> CmrFieldType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 

Uses of CmrFieldType in org.jboss.shrinkwrap.descriptor.impl.ejbjar31
 

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement CmrFieldType
 class CmrFieldTypeImpl<T>
          This class implements the cmr-fieldType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return CmrFieldType
 CmrFieldType<EjbRelationshipRoleType<T>> EjbRelationshipRoleTypeImpl.cmrField()
          If not already created, a new cmr-field element will be created and returned.
 CmrFieldType<T> CmrFieldTypeImpl.removeAllDescription()
          Removes the description element
 CmrFieldType<T> CmrFieldTypeImpl.removeCmrFieldName()
          Removes the cmr-field-name element
 CmrFieldType<T> CmrFieldTypeImpl.setCmrFieldName(java.lang.String cmrFieldName)
          If not already created, a new cmr-field-name element with the given value will be created.
 CmrFieldType<T> CmrFieldTypeImpl.setCmrFieldType(CmrFieldTypeType cmrFieldType)
          If not already created, a new cmr-field-type element with the given value will be created.
 CmrFieldType<T> CmrFieldTypeImpl.setCmrFieldType(java.lang.String cmrFieldType)
          If not already created, a new cmr-field-type element with the given value will be created.
 CmrFieldType<T> CmrFieldTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 CmrFieldType<T> CmrFieldTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element