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:
StatisticsPackage.getComposedUnit()- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description longgetExponent()Returns 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.
-
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:
StatisticsPackage.getComposedUnit_Units()- Generated:
- Model:
- containment="true"
-
getExponent
long getExponent()Returns the value of the 'Exponent' attribute.- Returns:
- the value of the 'Exponent' attribute.
- See Also:
setExponent(long),StatisticsPackage.getComposedUnit_Exponent()- 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:
getExponent()- Generated:
-