org.eclipse.modisco.omg.gastm
Interface MemberObject

All Superinterfaces:
GASTMObject, GASTMSyntaxObject, MinorSyntaxObject

public interface MemberObject
extends MinorSyntaxObject

A representation of the model object 'Member Object'.

The following features are supported:

See Also:
GASTMPackage.getMemberObject()
Generated:
Model:

Method Summary
 DefinitionObject getMember()
          Returns the value of the 'Member' containment reference.
 java.lang.Integer getOffset()
          Returns the value of the 'Offset' attribute.
 void setMember(DefinitionObject value)
          Sets the value of the 'Member' containment reference.
 void setOffset(java.lang.Integer value)
          Sets the value of the 'Offset' attribute.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getOffset

java.lang.Integer getOffset()
Returns the value of the 'Offset' attribute.

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

Returns:
the value of the 'Offset' attribute.
See Also:
setOffset(Integer), GASTMPackage.getMemberObject_Offset()
Generated:
Model:

setOffset

void setOffset(java.lang.Integer value)
Sets the value of the 'Offset' attribute.

Parameters:
value - the new value of the 'Offset' attribute.
See Also:
getOffset()
Generated:

getMember

DefinitionObject getMember()
Returns the value of the 'Member' containment reference.

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

Returns:
the value of the 'Member' containment reference.
See Also:
setMember(DefinitionObject), GASTMPackage.getMemberObject_Member()
Generated:
Model:
containment="true" required="true"

setMember

void setMember(DefinitionObject value)
Sets the value of the 'Member' containment reference.

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