|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<ConditionType>
jp.co.intra_mart.foundation.workflow.code.ConditionType
public enum ConditionType
条件種別
列挙型定数の概要 | |
---|---|
condTyp_Corresponding
が次と一致する |
|
condTyp_CorrespondingEither
が次のいずれかと一致する |
|
condTyp_Different
が次と異なる |
|
condTyp_End
が次で終わる |
|
condTyp_Include
に次を含む |
|
condTyp_Larger
が次より大きい |
|
condTyp_Less
が次以下 |
|
condTyp_More
が次以上 |
|
condTyp_NotInclude
に次を含まない |
|
condTyp_Smaller
が次より小さい |
|
condTyp_Start
が次で始まる |
メソッドの概要 | |
---|---|
static ConditionType |
getEnum(String code)
ConditionTypeを返却します。 |
String |
getMessageId()
メッセージIDを返却します。 |
String |
toString()
宣言に含まれるenum定数のコード値を取得します。 |
static ConditionType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static ConditionType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final ConditionType condTyp_Include
public static final ConditionType condTyp_NotInclude
public static final ConditionType condTyp_Corresponding
public static final ConditionType condTyp_Different
public static final ConditionType condTyp_Start
public static final ConditionType condTyp_End
public static final ConditionType condTyp_Larger
public static final ConditionType condTyp_More
public static final ConditionType condTyp_Smaller
public static final ConditionType condTyp_Less
public static final ConditionType condTyp_CorrespondingEither
メソッドの詳細 |
---|
public static ConditionType[] values()
for (ConditionType c : ConditionType.values()) System.out.println(c);
public static ConditionType valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException
- 引数が null の場合public String toString()
Enum<ConditionType>
内の toString
public static ConditionType getEnum(String code)
code
- コード値
public String getMessageId()
EnumConstants
内の getMessageId
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |