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 
 

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.createCmpField()
          Creates a new cmp-field element
 CmpFieldType<T> CmpFieldType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 CmpFieldType<T> CmpFieldType.fieldName(String fieldName)
          Sets the field-name element
 CmpFieldType<EntityBeanType<T>> EntityBeanType.getOrCreateCmpField()
          If not already created, a new cmp-field element will be created and returned.
 CmpFieldType<T> CmpFieldType.id(String id)
          Sets the id attribute
 CmpFieldType<T> CmpFieldType.removeAllDescription()
          Removes the description element
 CmpFieldType<T> CmpFieldType.removeFieldName()
          Removes the field-name element
 CmpFieldType<T> CmpFieldType.removeId()
          Removes the id attribute
 

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



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