Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar32 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<CmpFieldType<EntityBeanType<T>>> |
EntityBeanType.getAllCmpField()
Returns all
cmp-field elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.