|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectohymosj.DataConnectionType
型に安全な定数のクラスです。
DataConnectionType; Class to express DataConnectionType.
The following data connection types are defined.
:BROKENLINE The data are connected with broken line. :STEP The value is taken constant and equal to the current data value from the previous data time till the current time. :PULSE The value between data times is taken to be zero. :NOINTP No interpolation.
フィールドの概要 | |
static DataConnectionType |
BROKENLINE
|
static DataConnectionType |
NOINTP
|
static DataConnectionType |
PULSE
|
static DataConnectionType |
STEP
|
メソッドの概要 | |
static DataConnectionType |
getDctType(int k)
|
static java.lang.String |
getDctTypeStr(int k)
|
static int |
getNumOfDCT()
|
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final DataConnectionType BROKENLINE
BROKENLINE : The data are connected with broken line.
public static final DataConnectionType STEP
STEP: The value is taken constant and equal to the current data value from the previous data time till the current time.
public static final DataConnectionType PULSE
PULSE : The value between data times is taken to be zero.
public static final DataConnectionType NOINTP
NOINTP : No interpolation.
メソッドの詳細 |
public static int getNumOfDCT()
int
valuepublic static DataConnectionType getDctType(int k)
k
- an int
value
DataConnectionType
valuepublic static java.lang.String getDctTypeStr(int k)
k
- an int
value
String
value
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |