|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<AttributeType>
jp.co.intra_mart.foundation.workflow.code.AttributeType
public enum AttributeType
属性種別
列挙型定数の概要 | |
---|---|
attrTyp_branchCondition
分岐条件 |
|
attrTyp_branchSettableNodePlural
分岐先設定可能ノード(複数) |
|
attrTyp_branchSettableNodeSingular
分岐先設定可能ノード(単数) |
|
attrTyp_cnfmUserSetNode
確認対象者設定可能ノード |
|
attrTyp_dispatchNodeMax
割当可能ノード数(最大) |
|
attrTyp_dispatchNodeMin
割当可能ノード数(最小) |
|
attrTyp_dynamicNodeDeleteDisable
動的承認ノードの削除禁止 |
|
attrTyp_execUserSetNode
処理対象者設定可能ノード |
|
attrTyp_pluginParameterDisable
プラグイン設定(表示禁止) |
|
attrTyp_procEnable
処理許可 |
|
attrTyp_procTypName
処理種別名 |
|
attrTyp_replaceRoute
置換ルート |
|
attrTyp_sendbackTargetNode
差戻し先ノード |
|
attrTyp_unionCondition
結合条件 |
メソッドの概要 | |
---|---|
static AdministrationType |
getEnum(String code)
AttachmentFileConfigを返却します。 |
String |
getMessageId()
メッセージIDを返却します。 |
String |
toString()
宣言に含まれるenum定数のコード値を取得します。 |
static AttributeType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static AttributeType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final AttributeType attrTyp_procTypName
public static final AttributeType attrTyp_procEnable
public static final AttributeType attrTyp_replaceRoute
public static final AttributeType attrTyp_dispatchNodeMin
public static final AttributeType attrTyp_dispatchNodeMax
public static final AttributeType attrTyp_execUserSetNode
public static final AttributeType attrTyp_cnfmUserSetNode
public static final AttributeType attrTyp_branchCondition
public static final AttributeType attrTyp_unionCondition
public static final AttributeType attrTyp_sendbackTargetNode
public static final AttributeType attrTyp_branchSettableNodeSingular
public static final AttributeType attrTyp_branchSettableNodePlural
public static final AttributeType attrTyp_dynamicNodeDeleteDisable
public static final AttributeType attrTyp_pluginParameterDisable
メソッドの詳細 |
---|
public static AttributeType[] values()
for (AttributeType c : AttributeType.values()) System.out.println(c);
public static AttributeType valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException
- 引数が null の場合public String toString()
Enum<AttributeType>
内の toString
public static AdministrationType getEnum(String code)
code
- コード値
public String getMessageId()
EnumConstants
内の getMessageId
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |