public static enum ForNode.LoopVariableType extends Enum<ForNode.LoopVariableType>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String |
code() |
static ForNode.LoopVariableType |
codeOf(Object code) |
LoopAbstractNode |
createNode(String expression,
String specifiedSql) |
static ForNode.LoopVariableType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。
|
static ForNode.LoopVariableType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。
|
public static final ForNode.LoopVariableType FIRST
public static final ForNode.LoopVariableType NEXT
public static final ForNode.LoopVariableType LAST
public static ForNode.LoopVariableType[] values()
for(ForNode.LoopVariableType c: ForNode.LoopVariableType.values()) System.out.println(c);
public static ForNode.LoopVariableType valueOf(String name)
name - 返される列挙型定数の名前。IllegalArgumentException - この列挙型に、指定した名前の定数がない場合NullPointerException - 引数がnullの場合public String code()
public static ForNode.LoopVariableType codeOf(Object code)
public LoopAbstractNode createNode(String expression, String specifiedSql)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.