Interface SimpleUnit
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,Unit
- All Known Subinterfaces:
CustomUnit
,SIUnit
- All Known Implementing Classes:
CustomUnitImpl
,SimpleUnitImpl
,SIUnitImpl
public interface SimpleUnit extends Unit
A representation of the model object 'Simple Unit'.
The following features are supported:
- See Also:
StatisticsPackage.getSimpleUnit()
- Generated:
- Model:
-
Method Details
-
getPrefix
EPrefix getPrefix()Returns the value of the 'Prefix' attribute. The literals are from the enumerationEPrefix
.- Returns:
- the value of the 'Prefix' attribute.
- See Also:
EPrefix
,setPrefix(EPrefix)
,StatisticsPackage.getSimpleUnit_Prefix()
- Generated:
- Model:
-
setPrefix
Sets the value of the 'Prefix
' attribute.- Parameters:
value
- the new value of the 'Prefix' attribute.- See Also:
EPrefix
,getPrefix()
- Generated:
-