Interface ValueTypeAlias
-
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
,ValueType
- All Known Implementing Classes:
ValueTypeAliasImpl
public interface ValueTypeAlias extends ValueType
A representation of the model object 'Value Type Alias'.The following features are supported:
- See Also:
ValuetypePackage.getValueTypeAlias()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueType
getOriginalValueType()
Returns the value of the 'Original Value Type' reference.void
setOriginalValueType(ValueType value)
Sets the value of the 'Original Value Type
' reference.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface tools.mdsd.modelingfoundations.identifier.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface tools.mdsd.characteristics.valuetype.ValueType
adheresToValueType, getProperty, hasProperty
-
-
-
-
Method Detail
-
getOriginalValueType
ValueType getOriginalValueType()
Returns the value of the 'Original Value Type' reference.- Returns:
- the value of the 'Original Value Type' reference.
- See Also:
setOriginalValueType(ValueType)
,ValuetypePackage.getValueTypeAlias_OriginalValueType()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setOriginalValueType
void setOriginalValueType(ValueType value)
Sets the value of the 'Original Value Type
' reference.- Parameters:
value
- the new value of the 'Original Value Type' reference.- See Also:
getOriginalValueType()
- Generated class or method.
-
-