| Package | Description |
|---|---|
| org.eclipse.modisco.omg.gastm | |
| org.eclipse.modisco.omg.gastm.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Private
A representation of the model object 'Private'.
|
interface |
Protected
A representation of the model object 'Protected'.
|
interface |
Public
A representation of the model object 'Public'.
|
| Modifier and Type | Method and Description |
|---|---|
AccessKind |
GASTMFactory.createAccessKind()
Returns a new object of class 'Access Kind'.
|
AccessKind |
DeclarationOrDefinition.getAccessKind()
Returns the value of the 'Access Kind' containment reference.
|
AccessKind |
DerivesFrom.getAccessKind()
Returns the value of the 'Access Kind' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeclarationOrDefinition.setAccessKind(AccessKind value)
Sets the value of the '
Access Kind' containment reference. |
void |
DerivesFrom.setAccessKind(AccessKind value)
Sets the value of the '
Access Kind' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
T |
GASTMSwitch.caseAccessKind(AccessKind object)
Returns the result of interpreting the object as an instance of 'Access Kind'.
|