public interface CmrFieldType
The following features are supported:
EjbJar20Package.getCmrFieldType()| Modifier and Type | Method and Description |
|---|---|
CmrFieldNameType |
getCmrFieldName()
Returns the value of the 'Cmr Field Name' containment reference.
|
CmrFieldTypeType |
getCmrFieldType()
Returns the value of the 'Cmr Field Type' containment reference.
|
DescriptionType |
getDescription()
Returns the value of the 'Description' containment reference.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
void |
setCmrFieldName(CmrFieldNameType 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 |
setDescription(DescriptionType value)
Sets the value of the '
Description' containment reference. |
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
DescriptionType getDescription()
If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...
setDescription(DescriptionType),
EjbJar20Package.getCmrFieldType_Description()void setDescription(DescriptionType value)
Description' containment reference.
value - the new value of the 'Description' containment reference.getDescription()CmrFieldNameType getCmrFieldName()
If the meaning of the 'Cmr Field Name' containment reference isn't clear, there really should be more of a description here...
setCmrFieldName(CmrFieldNameType),
EjbJar20Package.getCmrFieldType_CmrFieldName()void setCmrFieldName(CmrFieldNameType 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),
EjbJar20Package.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),
EjbJar20Package.getCmrFieldType_Id()