|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<NodeType>
jp.co.intra_mart.foundation.workflow.code.NodeType
public enum NodeType
ノード種別
列挙型定数の概要 | |
---|---|
nodeTyp_Apply
申請ノード |
|
nodeTyp_Approve
承認ノード |
|
nodeTyp_Branch_End
分岐終了ノード |
|
nodeTyp_Branch_Start
分岐開始ノード |
|
nodeTyp_Comment
コメント |
|
nodeTyp_Confirm
確認ノード |
|
nodeTyp_Dynamic
動的承認ノード |
|
nodeTyp_End
終了ノード |
|
nodeTyp_Horizontal
横配置ノード |
|
nodeTyp_Start
開始ノード |
|
nodeTyp_Swimlane
スイムレーン |
|
nodeTyp_Sync_End
同期終了ノード |
|
nodeTyp_Sync_Start
同期開始ノード |
|
nodeTyp_System
システムノード |
|
nodeTyp_Template
テンプレート置換ノード |
|
nodeTyp_Template_End
テンプレート終了ノード |
|
nodeTyp_Template_Start
テンプレート開始ノード |
|
nodeTyp_Vertical
縦配置ノード |
メソッドの概要 | |
---|---|
static NodeType |
getEnum(String code)
NodeTypeを返却します。 |
String |
getMessageId()
メッセージIDを返却します。 |
String |
toString()
宣言に含まれるenum定数のコード値を取得します。 |
static NodeType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static NodeType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final NodeType nodeTyp_Start
public static final NodeType nodeTyp_End
public static final NodeType nodeTyp_Apply
public static final NodeType nodeTyp_Approve
public static final NodeType nodeTyp_Dynamic
public static final NodeType nodeTyp_System
public static final NodeType nodeTyp_Confirm
public static final NodeType nodeTyp_Sync_Start
public static final NodeType nodeTyp_Sync_End
public static final NodeType nodeTyp_Branch_Start
public static final NodeType nodeTyp_Branch_End
public static final NodeType nodeTyp_Horizontal
public static final NodeType nodeTyp_Vertical
public static final NodeType nodeTyp_Template
public static final NodeType nodeTyp_Template_Start
public static final NodeType nodeTyp_Template_End
public static final NodeType nodeTyp_Comment
public static final NodeType nodeTyp_Swimlane
メソッドの詳細 |
---|
public static NodeType[] values()
for (NodeType c : NodeType.values()) System.out.println(c);
public static NodeType valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException
- 引数が null の場合public String toString()
Enum<NodeType>
内の toString
public static NodeType getEnum(String code)
code
- コード値
public String getMessageId()
EnumConstants
内の getMessageId
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |