public interface NamedTypeReference extends TypeReference
The following features are supported:
GASTMPackage.getNamedTypeReference()| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
getType()
Returns the value of the 'Type' containment reference.
|
Name |
getTypeName()
Returns the value of the 'Type Name' containment reference.
|
void |
setType(TypeDefinition value)
Sets the value of the '
Type' containment reference. |
void |
setTypeName(Name value)
Sets the value of the '
Type Name' containment reference. |
getIsConst, setIsConstgetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoName getTypeName()
If the meaning of the 'Type Name' containment reference isn't clear, there really should be more of a description here...
setTypeName(Name),
GASTMPackage.getNamedTypeReference_TypeName()void setTypeName(Name value)
Type Name' containment reference.
value - the new value of the 'Type Name' containment reference.getTypeName()TypeDefinition getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(TypeDefinition),
GASTMPackage.getNamedTypeReference_Type()void setType(TypeDefinition value)
Type' containment reference.
value - the new value of the 'Type' containment reference.getType()