public enum OperatorType extends Enum<OperatorType>
ListSearchCondition
修飾子とタイプ | メソッドと説明 |
---|---|
String |
toString()
比較演算子の文字を取得します。
|
static OperatorType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static OperatorType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final OperatorType EQ
public static final OperatorType LE
public static final OperatorType GE
public static final OperatorType GT
public static final OperatorType LT
public static final OperatorType LIKE
public static OperatorType[] values()
for(OperatorType c: OperatorType.values()) System.out.println(c);
public static OperatorType valueOf(String name)
name
- 返される列挙型定数の名前。IllegalArgumentException
- この列挙型に、指定した名前の定数がない場合NullPointerException
- 引数がnullの場合public String toString()
toString
クラス内 Enum<OperatorType>
Copyright © 2012 NTT DATA INTRAMART CORPORATION