|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.PhysicalType.Unit
public static class PhysicalType.Unit
A unit in a physical type.
Method Summary | |
---|---|
java.lang.String |
getBaseUnit()
Returns the base unit of this unit. |
AbstractLiteral |
getFactor()
Returns the factor. |
java.lang.String |
getIdentifier()
Returns the identifier of this unit. |
void |
setBaseUnit(java.lang.String baseUnit)
Sets the base unit of this unit. |
void |
setFactor(AbstractLiteral factor)
Sets the factor. |
void |
setIdentifier(java.lang.String identifier)
Sets the identifier of this unit. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public java.lang.String getBaseUnit()
public void setBaseUnit(java.lang.String baseUnit)
baseUnit
- the base unitpublic AbstractLiteral getFactor()
public void setFactor(AbstractLiteral factor)
factor
- the factorpublic java.lang.String getIdentifier()
getIdentifier
in interface NamedEntity
public void setIdentifier(java.lang.String identifier)
identifier
- the identifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |