Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.kdm.TagDefinition

Packages that use TagDefinition
org.eclipse.gmt.modisco.omg.kdm.kdm   
org.eclipse.gmt.modisco.omg.kdm.kdm.util   
 

Uses of TagDefinition in org.eclipse.gmt.modisco.omg.kdm.kdm
 

Methods in org.eclipse.gmt.modisco.omg.kdm.kdm that return TagDefinition
 TagDefinition KdmFactory.createTagDefinition()
          Returns a new object of class 'Tag Definition'.
 TagDefinition ExtendedValue.getTag()
          Returns the value of the 'Tag' reference.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.kdm with parameters of type TagDefinition
 void ExtendedValue.setTag(TagDefinition value)
          Sets the value of the 'Tag' reference.
 

Uses of TagDefinition in org.eclipse.gmt.modisco.omg.kdm.kdm.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.kdm.util with parameters of type TagDefinition
 T KdmSwitch.caseTagDefinition(TagDefinition object)
          Returns the result of interpreting the object as an instance of 'Tag Definition'.