Uses of Interface
org.eclipse.modisco.omg.gastm.AccessKind

Packages that use AccessKind
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of AccessKind in org.eclipse.modisco.omg.gastm
 

Subinterfaces of AccessKind in org.eclipse.modisco.omg.gastm
 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'.
 

Methods in org.eclipse.modisco.omg.gastm that return AccessKind
 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.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type AccessKind
 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.
 

Uses of AccessKind in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type AccessKind
 T GASTMSwitch.caseAccessKind(AccessKind object)
          Returns the result of interpreting the object as an instance of 'Access Kind'.