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

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

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return CmpFieldType
 CmpFieldType<EntityBeanType<T>> EntityBeanType.cmpField()
          Returns the cmp-field element
 CmpFieldType<T> CmpFieldType.removeAllDescription()
          Removes the description element
 CmpFieldType<T> CmpFieldType.removeFieldName()
          Removes the field-name element
 CmpFieldType<T> CmpFieldType.setDescription(java.lang.String description)
          Creates a new description element
 CmpFieldType<T> CmpFieldType.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 CmpFieldType<T> CmpFieldType.setFieldName(java.lang.String fieldName)
          If not already created, a new field-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar31 that return types with arguments of type CmpFieldType
 java.util.List<CmpFieldType<EntityBeanType<T>>> EntityBeanType.getCmpFieldList()
          Returns all cmp-field elements
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that implement CmpFieldType
 class CmpFieldTypeImpl<T>
          This class implements the cmp-fieldType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return CmpFieldType
 CmpFieldType<EntityBeanType<T>> EntityBeanTypeImpl.cmpField()
          Returns the cmp-field element
 CmpFieldType<T> CmpFieldTypeImpl.removeAllDescription()
          Removes the description element
 CmpFieldType<T> CmpFieldTypeImpl.removeFieldName()
          Removes the field-name element
 CmpFieldType<T> CmpFieldTypeImpl.setDescription(java.lang.String description)
          Creates a new description element
 CmpFieldType<T> CmpFieldTypeImpl.setDescriptionList(java.lang.String... values)
          Creates for all String objects representing description elements, a new description element
 CmpFieldType<T> CmpFieldTypeImpl.setFieldName(java.lang.String fieldName)
          If not already created, a new field-name element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.ejbjar31 that return types with arguments of type CmpFieldType
 java.util.List<CmpFieldType<EntityBeanType<T>>> EntityBeanTypeImpl.getCmpFieldList()
          Returns all cmp-field elements