Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.kdm.TagDefinition
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.kdm | |
| org.eclipse.gmt.modisco.omg.kdm.kdm.impl | |
| 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 Modifier and Type Method Description TagDefinitionKdmFactory. createTagDefinition()Returns a new object of class 'Tag Definition'.TagDefinitionExtendedValue. getTag()Returns the value of the 'Tag' reference.Methods in org.eclipse.gmt.modisco.omg.kdm.kdm that return types with arguments of type TagDefinition Modifier and Type Method Description org.eclipse.emf.common.util.EList<TagDefinition>Stereotype. getTag()Returns the value of the 'Tag' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.kdm with parameters of type TagDefinition Modifier and Type Method Description voidExtendedValue. setTag(TagDefinition value)Sets the value of the 'Tag' reference. -
Uses of TagDefinition in org.eclipse.gmt.modisco.omg.kdm.kdm.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.kdm.impl that implement TagDefinition Modifier and Type Class Description classTagDefinitionImplAn implementation of the model object 'Tag Definition'.Fields in org.eclipse.gmt.modisco.omg.kdm.kdm.impl declared as TagDefinition Modifier and Type Field Description protected TagDefinitionTaggedRefImpl. tagThe cached value of the 'Tag' reference.protected TagDefinitionTaggedValueImpl. tagThe cached value of the 'Tag' reference.Fields in org.eclipse.gmt.modisco.omg.kdm.kdm.impl with type parameters of type TagDefinition Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<TagDefinition>StereotypeImpl. tagThe cached value of the 'Tag' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.kdm.impl that return TagDefinition Modifier and Type Method Description TagDefinitionTaggedRefImpl. basicGetTag()TagDefinitionTaggedValueImpl. basicGetTag()TagDefinitionKdmFactoryImpl. createTagDefinition()TagDefinitionTaggedRefImpl. getTag()TagDefinitionTaggedValueImpl. getTag()Methods in org.eclipse.gmt.modisco.omg.kdm.kdm.impl that return types with arguments of type TagDefinition Modifier and Type Method Description org.eclipse.emf.common.util.EList<TagDefinition>StereotypeImpl. getTag()Methods in org.eclipse.gmt.modisco.omg.kdm.kdm.impl with parameters of type TagDefinition Modifier and Type Method Description voidTaggedRefImpl. setTag(TagDefinition newTag)voidTaggedValueImpl. setTag(TagDefinition newTag) -
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 Modifier and Type Method Description TKdmSwitch. caseTagDefinition(TagDefinition object)Returns the result of interpreting the object as an instance of 'Tag Definition'.