Interface ComposedUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ComposedUnitImpl
public interface ComposedUnit
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Composed Unit'.
The following features are supported:
- See Also:
- Generated:
- Model:
-
Method Summary
Modifier and TypeMethodDescriptionlongReturns the value of the 'Exponent' attribute.org.eclipse.emf.common.util.EList<Unit>getUnits()Returns the value of the 'Units' containment reference list.voidsetExponent(long value) Sets the value of the 'Exponent' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUnits
org.eclipse.emf.common.util.EList<Unit> getUnits()Returns the value of the 'Units' containment reference list. The list contents are of typeUnit.- Returns:
- the value of the 'Units' containment reference list.
- See Also:
- Generated:
- Model:
- containment="true"
-
getExponent
long getExponent()Returns the value of the 'Exponent' attribute.- Returns:
- the value of the 'Exponent' attribute.
- See Also:
- Generated:
- Model:
- required="true"
-
setExponent
void setExponent(long value) Sets the value of the 'Exponent' attribute.- Parameters:
value- the new value of the 'Exponent' attribute.- See Also:
- Generated:
-