|
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<JspEnumeration.WHERE_OPERATORS>
org.opengion.hayabusa.develop.JspEnumeration.WHERE_OPERATORS
public static enum JspEnumeration.WHERE_OPERATORS
演算子を列挙する。 ●使用例 WHERE_OPERATORS op = WHERE_OPERATORS.valueOf("eq"); System.out.println(op.apply("GF92.CLM","{@CLM}",false)); ●上記処理結果 GF92.CLM = '{@CLM}'
列挙型定数の概要 | |
---|---|
bw
|
|
eq
|
|
ge
|
|
gt
|
|
in
|
|
le
|
|
lk1
|
|
lk2
|
|
lk3
|
|
lt
|
|
not
|
フィールドの概要 | |
---|---|
(package private) static Pattern |
LK1_PTN
|
(package private) static Pattern |
LK2_PTN
|
(package private) static Pattern |
LK3_PTN
|
(package private) static String[] |
TABS
|
メソッドの概要 | |
---|---|
abstract String |
apply(String left,
String right,
boolean is_num)
与えられた左辺と右辺を元に演算子付きの文字列を作成する。 |
(package private) static String |
betweenFormat(String str,
String suffix)
BETWEENを組み立てなおす。 |
(package private) static String |
convert(String arg)
演算子の記号を略語に変換する。 |
(package private) static String |
inFormat(String str,
boolean is_number)
IN句の値を組み立てなおします。 |
(package private) static String |
leftVal(String left)
演算子の記号を略語に変換する。 |
abstract String[] |
symbol()
演算子を返却する。 |
static JspEnumeration.WHERE_OPERATORS |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static JspEnumeration.WHERE_OPERATORS[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final JspEnumeration.WHERE_OPERATORS eq
public static final JspEnumeration.WHERE_OPERATORS lk1
public static final JspEnumeration.WHERE_OPERATORS lk2
public static final JspEnumeration.WHERE_OPERATORS lk3
public static final JspEnumeration.WHERE_OPERATORS gt
public static final JspEnumeration.WHERE_OPERATORS ge
public static final JspEnumeration.WHERE_OPERATORS lt
public static final JspEnumeration.WHERE_OPERATORS le
public static final JspEnumeration.WHERE_OPERATORS not
public static final JspEnumeration.WHERE_OPERATORS bw
public static final JspEnumeration.WHERE_OPERATORS in
フィールドの詳細 |
---|
static final String[] TABS
static Pattern LK1_PTN
static Pattern LK2_PTN
static Pattern LK3_PTN
メソッドの詳細 |
---|
public static JspEnumeration.WHERE_OPERATORS[] values()
for (JspEnumeration.WHERE_OPERATORS c : JspEnumeration.WHERE_OPERATORS.values()) System.out.println(c);
public static JspEnumeration.WHERE_OPERATORS valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException
- 引数が null の場合static String leftVal(String left)
left
- 引数
5.6.4.4 (2013/05/31) タブによる位置合わせの計算方法修正。 |
public abstract String apply(String left, String right, boolean is_num)
left
- Stringright
- Stringis_num
- boolean
public abstract String[] symbol()
static String inFormat(String str, boolean is_number)
str
- Stringis_number
- boolean
static String betweenFormat(String str, String suffix)
str
- Stringsuffix
- String
static String convert(String arg)
arg
- 引数
|
openGion 5.8.5.0 | ||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |