OTX-Runtime for Java  
OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension Class Reference

Represents the Dimension type. More...

Public Member Functions

 Dimension ()
 Initializes a new instance of the Dimension class.
 
 Dimension (String id, String shortName, int lengthExp, int timeExp, int massExp, int currentExp, int temperatureExp, int molarAmountExp, int luminousIntensityExp)
 Initializes a new instance of the Dimension class. More...
 
int GetCurrentExp ()
 Gets currentExp. More...
 
String GetId ()
 Gets id. More...
 
int GetLengthExp ()
 Gets lengthExp. More...
 
int GetLuminousIntensityExp ()
 Gets luminousIntensityExp. More...
 
int GetMassExp ()
 Gets massExp. More...
 
int GetMolarAmountExp ()
 Gets molarAmountExp. More...
 
String GetShortName ()
 Gets shortName. More...
 
int GetTemperatureExp ()
 Gets temperatureExp. More...
 
int GetTimeExp ()
 Gets timeExp. More...
 

Detailed Description

Represents the Dimension type.

Constructor & Destructor Documentation

◆ Dimension()

OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.Dimension ( String  id,
String  shortName,
int  lengthExp,
int  timeExp,
int  massExp,
int  currentExp,
int  temperatureExp,
int  molarAmountExp,
int  luminousIntensityExp 
)
inline

Initializes a new instance of the Dimension class.

Parameters
idThe id to construct a Dimension.
shortNameThe shortName to construct a Dimension.
lengthExpThe lengthExp to construct a Dimension.
timeExpThe timeExp to construct a Dimension.
currentExpThe currentExp to construct a Dimension.
temperatureExpThe temperatureExp to construct a Dimension.
molarAmountExpThe molarAmountExp to construct a Dimension.
luminousIntensityExpThe luminousIntensityExp to construct a Dimension.

Member Function Documentation

◆ GetCurrentExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetCurrentExp ( )
inline

Gets currentExp.

Returns
The currentExp.

◆ GetId()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetId ( )
inline

Gets id.

Returns
The id.

◆ GetLengthExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetLengthExp ( )
inline

Gets lengthExp.

Returns
The lengthExp.

◆ GetLuminousIntensityExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetLuminousIntensityExp ( )
inline

Gets luminousIntensityExp.

Returns
The luminousIntensityExp.

◆ GetMassExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetMassExp ( )
inline

Gets massExp.

Returns
The massExp.

◆ GetMolarAmountExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetMolarAmountExp ( )
inline

Gets molarAmountExp.

Returns
The molarAmountExp.

◆ GetShortName()

String OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetShortName ( )
inline

Gets shortName.

Returns
The shortName.

◆ GetTemperatureExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetTemperatureExp ( )
inline

Gets temperatureExp.

Returns
The temperatureExp.

◆ GetTimeExp()

int OpenTestSystem.Otx.Runtime.Api.DataTypes.Dimension.GetTimeExp ( )
inline

Gets timeExp.

Returns
The timeExp.

The documentation for this class was generated from the following file: