|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<AutoProcessLimitType>
jp.co.intra_mart.foundation.workflow.code.AutoProcessLimitType
public enum AutoProcessLimitType
処理期限後処理種別
列挙型定数の概要 | |
---|---|
autoProcLimitTyp_Applove
承認 |
|
autoProcLimitTyp_Deny
否認 |
|
autoProcLimitTyp_SendBackToSpecNode
指定ノードへ差戻し |
メソッドの概要 | |
---|---|
static AutoProcessLimitType |
getEnum(String code)
AutoProcessLimitTypeを返却します。 |
String |
getMessageId()
メッセージIDを返却します。 |
String |
toString()
宣言に含まれるenum定数のコード値を取得します。 |
static AutoProcessLimitType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static AutoProcessLimitType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final AutoProcessLimitType autoProcLimitTyp_Applove
public static final AutoProcessLimitType autoProcLimitTyp_Deny
public static final AutoProcessLimitType autoProcLimitTyp_SendBackToSpecNode
メソッドの詳細 |
---|
public static AutoProcessLimitType[] values()
for (AutoProcessLimitType c : AutoProcessLimitType.values()) System.out.println(c);
public static AutoProcessLimitType valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException
- 引数が null の場合public String toString()
Enum<AutoProcessLimitType>
内の toString
public static AutoProcessLimitType getEnum(String code)
code
- コード値
public String getMessageId()
EnumConstants
内の getMessageId
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |