Package org.eclipse.esmf.characteristic
Interface Enumeration
- All Superinterfaces:
Characteristic,ModelElement,NamedElement
- All Known Subinterfaces:
State
- All Known Implementing Classes:
DefaultEnumeration,DefaultState
A list of possible values.
- Since:
- SAMM 1.0.0
-
Method Summary
Methods inherited from interface org.eclipse.esmf.metamodel.Characteristic
getDataTypeMethods inherited from interface org.eclipse.esmf.metamodel.ModelElement
accept, as, getMetaModelVersion, isMethods inherited from interface org.eclipse.esmf.metamodel.NamedElement
getAspectModelUrn, getDescription, getDescriptions, getName, getPreferredName, getPreferredNames, getSee, hasSyntheticName
-
Method Details
-
getValues
- Returns:
- a
Listof values defined in this Enumeration. The type of the values is determined by theTypereturned byCharacteristic.getDataType().
-