Interface StructuredValueTypeElement
-
- All Known Implementing Classes:
StructuredValueTypeElementImpl
public interface StructuredValueTypeElement extends tools.mdsd.modelingfoundations.identifier.NamedElementA representation of the model object 'Structured Value Type Element'.The following features are supported:
- See Also:
ValuetypePackage.getStructuredValueTypeElement()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueTypegetValuetype()Returns the value of the 'Valuetype' reference.voidsetValuetype(ValueType value)Sets the value of the 'Valuetype' 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
-
-
-
-
Method Detail
-
getValuetype
ValueType getValuetype()
Returns the value of the 'Valuetype' reference.- Returns:
- the value of the 'Valuetype' reference.
- See Also:
setValuetype(ValueType),ValuetypePackage.getStructuredValueTypeElement_Valuetype()- Generated class or method.
- EMF model class or method.
- required="true"
-
setValuetype
void setValuetype(ValueType value)
Sets the value of the 'Valuetype' reference.- Parameters:
value- the new value of the 'Valuetype' reference.- See Also:
getValuetype()- Generated class or method.
-
-