com.JRcServer
クラス JRcParameterType

java.lang.Object
  上位を拡張 com.JRcServer.JRcParameterType

public class JRcParameterType
extends java.lang.Object

JRcServerパラメータタイプ.

導入されたバージョン:
JRcServerBase 1.00
バージョン:
2006/09/06
作成者:
masahito suzuki

フィールドの概要
static int TYPE_BINARY
          パラメータタイプ : byte[].
static int TYPE_BOOLEAN
          パラメータタイプ : Boolean.
static int TYPE_DECIMAL
          パラメータタイプ : Decimal.
static int TYPE_DOUBLE
          パラメータタイプ : Double.
static int TYPE_FLOAT
          パラメータタイプ : Float.
static int TYPE_INTEGER
          パラメータタイプ : Integer.
static int TYPE_LONG
          パラメータタイプ : Long.
static int TYPE_SHORT
          パラメータタイプ : Short.
static int TYPE_STRING
          パラメータタイプ : String.
static int TYPE_TIMESTAMP
          パラメータタイプ : Timestamp.
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

TYPE_BINARY

public static final int TYPE_BINARY
パラメータタイプ : byte[].

関連項目:
定数フィールド値

TYPE_STRING

public static final int TYPE_STRING
パラメータタイプ : String.

関連項目:
定数フィールド値

TYPE_BOOLEAN

public static final int TYPE_BOOLEAN
パラメータタイプ : Boolean.

関連項目:
定数フィールド値

TYPE_SHORT

public static final int TYPE_SHORT
パラメータタイプ : Short.

関連項目:
定数フィールド値

TYPE_INTEGER

public static final int TYPE_INTEGER
パラメータタイプ : Integer.

関連項目:
定数フィールド値

TYPE_LONG

public static final int TYPE_LONG
パラメータタイプ : Long.

関連項目:
定数フィールド値

TYPE_FLOAT

public static final int TYPE_FLOAT
パラメータタイプ : Float.

関連項目:
定数フィールド値

TYPE_DOUBLE

public static final int TYPE_DOUBLE
パラメータタイプ : Double.

関連項目:
定数フィールド値

TYPE_DECIMAL

public static final int TYPE_DECIMAL
パラメータタイプ : Decimal.

関連項目:
定数フィールド値

TYPE_TIMESTAMP

public static final int TYPE_TIMESTAMP
パラメータタイプ : Timestamp.

関連項目:
定数フィールド値