org.eclipse.modisco.jee.ejbjar.EjbJar11
Interface CmpFieldType


public interface CmpFieldType

A representation of the model object 'Cmp Field Type'.

The following features are supported:

See Also:
EjbJar11Package.getCmpFieldType()
Generated:
Model:
extendedMetaData="name='cmp-field_._type' kind='elementOnly'"

Method Summary
 DescriptionType getDescription()
          Returns the value of the 'Description' containment reference.
 FieldNameType getFieldName()
          Returns the value of the 'Field Name' containment reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 void setDescription(DescriptionType value)
          Sets the value of the 'Description' containment reference.
 void setFieldName(FieldNameType value)
          Sets the value of the 'Field Name' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 

Method Detail

getDescription

DescriptionType getDescription()
Returns the value of the 'Description' containment reference.

If the meaning of the 'Description' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' containment reference.
See Also:
setDescription(DescriptionType), EjbJar11Package.getCmpFieldType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='##targetNamespace'"

setDescription

void setDescription(DescriptionType value)
Sets the value of the 'Description' containment reference.

Parameters:
value - the new value of the 'Description' containment reference.
See Also:
getDescription()
Generated:

getFieldName

FieldNameType getFieldName()
Returns the value of the 'Field Name' containment reference.

If the meaning of the 'Field Name' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Field Name' containment reference.
See Also:
setFieldName(FieldNameType), EjbJar11Package.getCmpFieldType_FieldName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='field-name' namespace='##targetNamespace'"

setFieldName

void setFieldName(FieldNameType value)
Sets the value of the 'Field Name' containment reference.

Parameters:
value - the new value of the 'Field Name' containment reference.
See Also:
getFieldName()
Generated:

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), EjbJar11Package.getCmpFieldType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id' namespace='##targetNamespace'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: