Package org.eclipse.esmf.characteristic
Interface Either
- All Superinterfaces:
Characteristic,ModelElement,NamedElement
- All Known Implementing Classes:
DefaultEither
Describes a Property whose value can have one of two possible types (a disjoint union).
- 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
-
getLeft
Characteristic getLeft()- Returns:
- the
Characteristicwhich describes the left side value of the disjoint union.
-
getRight
Characteristic getRight()- Returns:
- the
Characteristicwhich describes the right side value of the disjoint union.
-