Interface StructuredValueType
-
- All Superinterfaces:
tools.mdsd.modelingfoundations.identifier.Entity
,EObject
,tools.mdsd.modelingfoundations.identifier.Identifier
,tools.mdsd.modelingfoundations.identifier.NamedElement
,Notifier
,ValueType
- All Known Implementing Classes:
StructuredValueTypeImpl
public interface StructuredValueType extends ValueType
A representation of the model object 'Structured Value Type'.The following features are supported:
- See Also:
ValuetypePackage.getStructuredValueType()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<StructuredValueTypeElement>
getElements()
Returns the value of the 'Elements' containment reference list.-
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
-
getElements
EList<StructuredValueTypeElement> getElements()
Returns the value of the 'Elements' containment reference list. The list contents are of typeStructuredValueTypeElement
.- Returns:
- the value of the 'Elements' containment reference list.
- See Also:
ValuetypePackage.getStructuredValueType_Elements()
- Generated class or method.
- EMF model class or method.
- containment="true" required="true" ordered="false"
-
-