Package org.eclipse.esmf.characteristic
Interface State
- All Superinterfaces:
Characteristic,Enumeration,ModelElement,NamedElement
- All Known Implementing Classes:
DefaultState
-
Method Summary
Methods inherited from interface org.eclipse.esmf.metamodel.Characteristic
getDataTypeMethods inherited from interface org.eclipse.esmf.characteristic.Enumeration
getValuesMethods 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
-
getDefaultValue
Value getDefaultValue()- Returns:
- the default value defined for this State. The type of the values is determined by the
Typereturned byCharacteristic.getDataType().
-