Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar30 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
CmrFieldType<T> |
CmrFieldType.cmrFieldName(String cmrFieldName)
Sets the
cmr-field-name element |
CmrFieldType<T> |
CmrFieldType.cmrFieldType(CmrFieldTypeType cmrFieldType)
Sets the
cmr-field-type element |
CmrFieldType<T> |
CmrFieldType.cmrFieldType(String cmrFieldType)
Sets the
cmr-field-type element |
CmrFieldType<T> |
CmrFieldType.description(String... values)
Creates for all String objects representing
description elements,
a new description element |
CmrFieldType<EjbRelationshipRoleType<T>> |
EjbRelationshipRoleType.getOrCreateCmrField()
If not already created, a new
cmr-field element with the given value will be created. |
CmrFieldType<T> |
CmrFieldType.id(String id)
Sets the
id attribute |
CmrFieldType<T> |
CmrFieldType.removeAllDescription()
Removes the
description element |
CmrFieldType<T> |
CmrFieldType.removeCmrFieldName()
Removes the
cmr-field-name element |
CmrFieldType<T> |
CmrFieldType.removeCmrFieldType()
Removes the
cmr-field-type attribute |
CmrFieldType<T> |
CmrFieldType.removeId()
Removes the
id attribute |
Copyright © 2021 JBoss by Red Hat. All rights reserved.