public interface CmrFieldType
The following features are supported:
EjbJar31Package.getCmrFieldType()| Modifier and Type | Method and Description |
|---|---|
String |
getCmrFieldName()
Returns the value of the 'Cmr Field Name' containment reference.
|
CmrFieldTypeType |
getCmrFieldType()
Returns the value of the 'Cmr Field Type' containment reference.
|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
void |
setCmrFieldName(String value)
Sets the value of the '
Cmr Field Name' containment reference. |
void |
setCmrFieldType(CmrFieldTypeType value)
Sets the value of the '
Cmr Field Type' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
EjbJar31Package.getCmrFieldType_Description()String getCmrFieldName()
setCmrFieldName(org.eclipse.modisco.jee.ejbjar.EjbJar31.String),
EjbJar31Package.getCmrFieldType_CmrFieldName()void setCmrFieldName(String value)
Cmr Field Name' containment reference.
value - the new value of the 'Cmr Field Name' containment reference.getCmrFieldName()CmrFieldTypeType getCmrFieldType()
If the meaning of the 'Cmr Field Type' containment reference isn't clear, there really should be more of a description here...
setCmrFieldType(CmrFieldTypeType),
EjbJar31Package.getCmrFieldType_CmrFieldType()void setCmrFieldType(CmrFieldTypeType value)
Cmr Field Type' containment reference.
value - the new value of the 'Cmr Field Type' containment reference.getCmrFieldType()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
EjbJar31Package.getCmrFieldType_Id()