ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

Uses of CmpFieldType in org.jboss.shrinkwrap.descriptor.api.ejbjar30
 

Methods in org.jboss.shrinkwrap.descriptor.api.ejbjar30 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.removeAllDescription()
          Removes the description element
 CmpFieldType<T> CmpFieldType.removeFieldName()
          Removes the field-name element
 

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.