|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectohymosj.OhDataPack
ohymosj.OhDataPackInt
OhDataPackInt; OhDataPackInt is a class of datapacks of type int.
OhDataPackInt is derived from OhDataPack.
A datapack of type int is a pair of data of data time and data of type int.
フィールドの概要 | |
protected int |
_dataValue
|
クラス ohymosj.OhDataPack から継承したフィールド |
_dataTime, NEWLINE |
コンストラクタの概要 | |
OhDataPackInt()
|
|
OhDataPackInt(OhTimePoint aDataTime,
int aDataValue)
|
|
OhDataPackInt(java.lang.String aDataStr)
|
メソッドの概要 | |
void |
copy(OhDataPackInt aDpi)
|
java.lang.String |
dataType()
|
void |
dpack2File(java.io.PrintWriter os)
|
void |
dpack2Ofile(java.io.PrintWriter os)
|
void |
getData(OhTimePoint aDataTime,
int[] aDataValue)
|
int |
getDataValue()
|
void |
setData(OhTimePoint aDataTime,
int aDataValue)
|
クラス ohymosj.OhDataPack から継承したメソッド |
copy, getDataTime, setDataTime |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
protected int _dataValue
コンストラクタの詳細 |
public OhDataPackInt()
public OhDataPackInt(OhTimePoint aDataTime, int aDataValue)
aDataTime
- an OhTimePoint
valueaDataValue
- a int
valuepublic OhDataPackInt(java.lang.String aDataStr)
aDataStr
- a String
valueメソッドの詳細 |
public void copy(OhDataPackInt aDpi)
aDpi
- an OhDataPackInt
valuepublic int getDataValue()
Returns the data value.
int
valuepublic void getData(OhTimePoint aDataTime, int[] aDataValue)
Returns the data time and data value.
aDataTime
- an OhTimePoint
valueaDataValue
- a int[]
valuepublic void setData(OhTimePoint aDataTime, int aDataValue)
Sets the data time and data value.
aDataTime
- an OhTimePoint
valueaDataValue
- a int
valuepublic java.lang.String dataType()
Returns the data type "int".
OhDataPack
内の dataType
String
valuepublic void dpack2Ofile(java.io.PrintWriter os)
[EXAMPLE] 2003 38600 3
OhDataPack
内の dpack2Ofile
os
- a PrintWriter
valuepublic void dpack2File(java.io.PrintWriter os)
[EXAMPLE] (2003) (38600) (3)
OhDataPack
内の dpack2File
os
- a PrintWriter
value
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |