public interface DerivesFrom extends MinorSyntaxObject
The following features are supported:
GASTMPackage.getDerivesFrom()| Modifier and Type | Method and Description |
|---|---|
AccessKind |
getAccessKind()
Returns the value of the 'Access Kind' containment reference.
|
NamedTypeReference |
getClassName()
Returns the value of the 'Class Name' containment reference.
|
VirtualSpecification |
getVirtualSpecifier()
Returns the value of the 'Virtual Specifier' containment reference.
|
void |
setAccessKind(AccessKind value)
Sets the value of the '
Access Kind' containment reference. |
void |
setClassName(NamedTypeReference value)
Sets the value of the '
Class Name' containment reference. |
void |
setVirtualSpecifier(VirtualSpecification value)
Sets the value of the '
Virtual Specifier' containment reference. |
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoVirtualSpecification getVirtualSpecifier()
If the meaning of the 'Virtual Specifier' containment reference isn't clear, there really should be more of a description here...
setVirtualSpecifier(VirtualSpecification),
GASTMPackage.getDerivesFrom_VirtualSpecifier()void setVirtualSpecifier(VirtualSpecification value)
Virtual Specifier' containment reference.
value - the new value of the 'Virtual Specifier' containment reference.getVirtualSpecifier()AccessKind getAccessKind()
If the meaning of the 'Access Kind' containment reference isn't clear, there really should be more of a description here...
setAccessKind(AccessKind),
GASTMPackage.getDerivesFrom_AccessKind()void setAccessKind(AccessKind value)
Access Kind' containment reference.
value - the new value of the 'Access Kind' containment reference.getAccessKind()NamedTypeReference getClassName()
If the meaning of the 'Class Name' containment reference isn't clear, there really should be more of a description here...
setClassName(NamedTypeReference),
GASTMPackage.getDerivesFrom_ClassName()void setClassName(NamedTypeReference value)
Class Name' containment reference.
value - the new value of the 'Class Name' containment reference.getClassName()