Package org.eclipse.esmf.characteristic
Interface StructuredValue
- All Superinterfaces:
Characteristic,ModelElement,NamedElement
- All Known Implementing Classes:
DefaultStructuredValue
- 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
-
getDeconstructionRule
String getDeconstructionRule()- Returns:
- the regular expression to deconstruct the value into the Properties given in
getElements().
-
getElements
- Returns:
- a
Listof elements where each element is either a Property or a String.
-