de.uka.ipd.sdq.units
Interface UnitLiteral

All Superinterfaces:
Unit
All Known Implementing Classes:
UnitLiteralImpl

public interface UnitLiteral
extends Unit

A representation of the model object 'Unit Literal'.

The following features are supported:

See Also:
UnitsPackage.getUnitLiteral()

Field Summary
static String copyright
           
 
Method Summary
 BaseUnit getBaseUnit()
          Returns the value of the 'Base Unit' reference.
 void setBaseUnit(BaseUnit value)
          Sets the value of the 'Base Unit' reference.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getBaseUnit

BaseUnit getBaseUnit()
Returns the value of the 'Base Unit' reference.

If the meaning of the 'Base Unit' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Base Unit' reference.
See Also:
setBaseUnit(BaseUnit), UnitsPackage.getUnitLiteral_BaseUnit()

setBaseUnit

void setBaseUnit(BaseUnit value)
Sets the value of the 'Base Unit' reference.

Parameters:
value - the new value of the 'Base Unit' reference.
See Also:
getBaseUnit()