org.eclipse.modisco.omg.gastm
Interface TypeQualifiedIdentifierReference

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject, NameReference

public interface TypeQualifiedIdentifierReference
extends NameReference

A representation of the model object 'Type Qualified Identifier Reference'.

The following features are supported:

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

Method Summary
  getAggregateType()
          Returns the value of the 'Aggregate Type' containment reference list.
 IdentifierReference getMember()
          Returns the value of the 'Member' containment reference.
 void setMember(IdentifierReference value)
          Sets the value of the 'Member' containment reference.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.NameReference
getName, getRefersTo, setName, setRefersTo
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getAggregateType

 getAggregateType()
Returns the value of the 'Aggregate Type' containment reference list. The list contents are of type TypeReference.

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

Returns:
the value of the 'Aggregate Type' containment reference list.
See Also:
GASTMPackage.getTypeQualifiedIdentifierReference_AggregateType()
Generated:
Model:
containment="true" required="true"

getMember

IdentifierReference 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(IdentifierReference), GASTMPackage.getTypeQualifiedIdentifierReference_Member()
Generated:
Model:
containment="true" required="true"

setMember

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

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