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

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

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

Methods in org.eclipse.modisco.omg.gastm that return Name
 Name GASTMFactory.createName()
          Returns a new object of class 'Name'.
 Name Declaration.getIdentifierName()
          Returns the value of the 'Identifier Name' containment reference.
 Name Definition.getIdentifierName()
          Returns the value of the 'Identifier Name' containment reference.
 Name LabelAccess.getLabelName()
          Returns the value of the 'Label Name' containment reference.
 Name LabelDefinition.getLabelName()
          Returns the value of the 'Label Name' containment reference.
 Name NameReference.getName()
          Returns the value of the 'Name' containment reference.
 Name NameSpaceDefinition.getNameSpace()
          Returns the value of the 'Name Space' containment reference.
 Name NamedTypeReference.getTypeName()
          Returns the value of the 'Type Name' containment reference.
 Name TypeDefinition.getTypeName()
          Returns the value of the 'Type Name' containment reference.
 

Methods in org.eclipse.modisco.omg.gastm with parameters of type Name
 void Declaration.setIdentifierName(Name value)
          Sets the value of the 'Identifier Name' containment reference.
 void Definition.setIdentifierName(Name value)
          Sets the value of the 'Identifier Name' containment reference.
 void LabelAccess.setLabelName(Name value)
          Sets the value of the 'Label Name' containment reference.
 void LabelDefinition.setLabelName(Name value)
          Sets the value of the 'Label Name' containment reference.
 void NameReference.setName(Name value)
          Sets the value of the 'Name' containment reference.
 void NameSpaceDefinition.setNameSpace(Name value)
          Sets the value of the 'Name Space' containment reference.
 void NamedTypeReference.setTypeName(Name value)
          Sets the value of the 'Type Name' containment reference.
 void TypeDefinition.setTypeName(Name value)
          Sets the value of the 'Type Name' containment reference.
 

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

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