Interface SIUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SimpleUnit
,Unit
- All Known Implementing Classes:
SIUnitImpl
public interface SIUnit extends SimpleUnit
A representation of the model object 'SI Unit'.
The following features are supported:
- See Also:
StatisticsPackage.getSIUnit()
- Generated:
- Model:
-
Method Summary
Modifier and Type Method Description ESIUnitType
getUnitType()
Returns the value of the 'Unit Type' attribute.void
setUnitType(ESIUnitType value)
Sets the value of the 'Unit Type
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface kieker.model.analysismodel.statistics.SimpleUnit
getPrefix, setPrefix
-
Method Details
-
getUnitType
ESIUnitType getUnitType()Returns the value of the 'Unit Type' attribute. The literals are from the enumerationESIUnitType
.- Returns:
- the value of the 'Unit Type' attribute.
- See Also:
ESIUnitType
,setUnitType(ESIUnitType)
,StatisticsPackage.getSIUnit_UnitType()
- Generated:
- Model:
- required="true"
-
setUnitType
Sets the value of the 'Unit Type
' attribute.- Parameters:
value
- the new value of the 'Unit Type' attribute.- See Also:
ESIUnitType
,getUnitType()
- Generated:
-