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:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • getName

      UnitNames getName()
      Returns the value of the 'Name' attribute. The literals are from the enumeration UnitNames.

      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:
      Generated class or method.
      EMF model class or method.
      id="true" required="true" ordered="false" extendedMetaData="name='' namespace=''"
    • setName

      void setName(UnitNames value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      Generated class or method.