Interface ExtendedValue
- All Superinterfaces:
Element,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
TaggedRef,TaggedValue
- All Known Implementing Classes:
TaggedRefImpl,TaggedValueImpl
public interface ExtendedValue extends Element
A representation of the model object 'Extended Value'.
The following features are supported:
- See Also:
KdmPackage.getExtendedValue()
-
Method Summary
Modifier and Type Method Description TagDefinitiongetTag()Returns the value of the 'Tag' reference.voidsetTag(TagDefinition value)Sets the value of the 'Tag' reference.Methods inherited from interface org.eclipse.gmt.modisco.omg.kdm.core.Element
getAnnotation, getAttributeMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getTag
TagDefinition getTag()Returns the value of the 'Tag' reference.- Returns:
- the value of the 'Tag' reference.
- See Also:
setTag(TagDefinition),KdmPackage.getExtendedValue_Tag()
-
setTag
Sets the value of the 'Tag' reference.- Parameters:
value- the new value of the 'Tag' reference.- See Also:
getTag()
-