Package de.uka.ipd.sdq.units
Interface BaseUnit
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,Unit
- All Known Implementing Classes:
BaseUnitImpl
public interface BaseUnit extends Unit
A representation of the model object 'Base Unit'.The following features are supported:
- See Also:
UnitsPackage.getBaseUnit()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnitNames
getName()
Returns the value of the 'Name' attribute.void
setName(UnitNames value)
Sets the value of the 'Name
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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
-
-
-
-
Field Detail
-
copyright
static final String copyright
- See Also:
- Constant Field Values
- Generated class or method.
-
-
Method Detail
-
getName
UnitNames getName()
Returns the value of the 'Name' attribute. The literals are from the enumerationUnitNames
.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
UnitNames
,setName(UnitNames)
,UnitsPackage.getBaseUnit_Name()
- Generated class or method.
- EMF model class or method.
- id="true" required="true" ordered="false" extendedMetaData="name='' namespace=''"
-
-