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

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

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

Subinterfaces of SwitchCase in org.eclipse.modisco.omg.gastm
 interface CaseBlock
          A representation of the model object 'Case Block'.
 interface DefaultBlock
          A representation of the model object 'Default Block'.
 

Methods in org.eclipse.modisco.omg.gastm that return SwitchCase
 SwitchCase GASTMFactory.createSwitchCase()
          Returns a new object of class 'Switch Case'.
 SwitchCase SwitchStatement.getCases()
          Returns the value of the 'Cases' reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type SwitchCase
 void SwitchStatement.setCases(SwitchCase value)
          Sets the value of the 'Cases' reference.
 

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

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type SwitchCase
 T GASTMSwitch.caseSwitchCase(SwitchCase object)
          Returns the result of interpreting the object as an instance of 'Switch Case'.