de.uka.ipd.sdq.units
Interface BaseUnit

All Known Implementing Classes:
BaseUnitImpl

public interface BaseUnit

A representation of the model object 'Base Unit'.

The following features are supported:

See Also:
UnitsPackage.getBaseUnit()

Field Summary
static String copyright
           
 
Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 

Field Detail

copyright

static final String copyright

See Also:
Constant Field Values
Method Detail

getName

String getName()
Returns the value of the 'Name' attribute.

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:
setName(String), UnitsPackage.getBaseUnit_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()