org.eclipse.modisco.jee.ejbjar.EjbJar30
Interface CmrFieldType


public interface CmrFieldType

A representation of the model object 'Cmr Field Type'. The cmr-fieldType describes the bean provider's view of a relationship. It consists of an optional description, and the name and the class type of a field in the source of a role of a relationship. The cmr-field-name element corresponds to the name used for the get and set accessor methods for the relationship. The cmr-field-type element is used only for collection-valued cmr-fields. It specifies the type of the collection that is used.

The following features are supported:

See Also:
EjbJar30Package.getCmrFieldType()
Generated:
Model:
extendedMetaData="name='cmr-fieldType' kind='elementOnly'"

Method Summary
 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.
 

Method Detail

getDescription

 getDescription()
Returns the value of the 'Description' containment reference list. The list contents are of type DescriptionType.

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

Returns:
the value of the 'Description' containment reference list.
See Also:
EjbJar30Package.getCmrFieldType_Description()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='description' namespace='http://java.sun.com/xml/ns/javaee'"

getCmrFieldName

String getCmrFieldName()
Returns the value of the 'Cmr Field Name' containment reference. The cmr-field-name element specifies the name of a logical relationship field in the entity bean class. The name of the cmr-field must begin with a lowercase letter. This field is accessed by methods whose names consist of the name of the field specified by cmr-field-name in which the first letter is uppercased, prefixed by "get" or "set".

Returns:
the value of the 'Cmr Field Name' containment reference.
See Also:
setCmrFieldName(org.eclipse.modisco.jee.ejbjar.EjbJar30.String), EjbJar30Package.getCmrFieldType_CmrFieldName()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='cmr-field-name' namespace='http://java.sun.com/xml/ns/javaee'"

setCmrFieldName

void setCmrFieldName(String value)
Sets the value of the 'Cmr Field Name' containment reference.

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

getCmrFieldType

CmrFieldTypeType getCmrFieldType()
Returns the value of the 'Cmr Field Type' containment reference.

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

Returns:
the value of the 'Cmr Field Type' containment reference.
See Also:
setCmrFieldType(CmrFieldTypeType), EjbJar30Package.getCmrFieldType_CmrFieldType()
Generated:
Model:
containment="true" extendedMetaData="kind='element' name='cmr-field-type' namespace='http://java.sun.com/xml/ns/javaee'"

setCmrFieldType

void setCmrFieldType(CmrFieldTypeType value)
Sets the value of the 'Cmr Field Type' containment reference.

Parameters:
value - the new value of the 'Cmr Field Type' containment reference.
See Also:
getCmrFieldType()
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), EjbJar30Package.getCmrFieldType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

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: