org.openmi.standard
Interface IQuantity


public interface IQuantity

Quantity interface


Nested Class Summary
static class IQuantity.ValueType
          Value(Set)Type for Quantity.
 
Method Summary
 java.lang.String getDescription()
          Additional descriptive information
 IDimension getDimension()
          Quantity's Dimension
 java.lang.String getID()
          Identifier
 IUnit getUnit()
          Unit
 IQuantity.ValueType getValueType()
          Quantity's value type (vector, scalar or ...)
 

Method Detail

getID

java.lang.String getID()
Identifier


getDescription

java.lang.String getDescription()
Additional descriptive information


getValueType

IQuantity.ValueType getValueType()
Quantity's value type (vector, scalar or ...)


getDimension

IDimension getDimension()
Quantity's Dimension


getUnit

IUnit getUnit()
Unit