IM-Workflow

jp.co.intra_mart.foundation.workflow.code
列挙型 ConditionType

java.lang.Object
  上位を拡張 java.lang.Enum<ConditionType>
      上位を拡張 jp.co.intra_mart.foundation.workflow.code.ConditionType
すべての実装されたインタフェース:
Serializable, Comparable<ConditionType>, EnumConstants

public enum ConditionType
extends Enum<ConditionType>
implements EnumConstants

条件種別

導入されたバージョン:
7.2

列挙型定数の概要
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
 

列挙型定数の詳細

condTyp_Include

public static final ConditionType condTyp_Include
に次を含む


condTyp_NotInclude

public static final ConditionType condTyp_NotInclude
に次を含まない


condTyp_Corresponding

public static final ConditionType condTyp_Corresponding
が次と一致する


condTyp_Different

public static final ConditionType condTyp_Different
が次と異なる


condTyp_Start

public static final ConditionType condTyp_Start
が次で始まる


condTyp_End

public static final ConditionType condTyp_End
が次で終わる


condTyp_Larger

public static final ConditionType condTyp_Larger
が次より大きい


condTyp_More

public static final ConditionType condTyp_More
が次以上


condTyp_Smaller

public static final ConditionType condTyp_Smaller
が次より小さい


condTyp_Less

public static final ConditionType condTyp_Less
が次以下


condTyp_CorrespondingEither

public static final ConditionType condTyp_CorrespondingEither
が次のいずれかと一致する

メソッドの詳細

values

public static ConditionType[] values()
この列挙型の定数を含む配列を宣言されている順序で返します。 このメソッドは次のようにして定数を反復するために使用できます:
for (ConditionType c : ConditionType.values())
    System.out.println(c);

戻り値:
この列挙型の定数を宣言されている順序で含む配列

valueOf

public static ConditionType valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 文字列は、この型の列挙型定数を宣言するのに使用した識別子と厳密に 一致している必要があります (余分な空白文字を含めることはできません)。

パラメータ:
name - 返される列挙型定数の名前
戻り値:
指定された名前を持つ列挙型定数
例外:
IllegalArgumentException - 指定された名前を持つ定数を この列挙型が持っていない場合
NullPointerException - 引数が null の場合

toString

public String toString()
宣言に含まれるenum定数のコード値を取得します。

オーバーライド:
クラス Enum<ConditionType> 内の toString
戻り値:
String 宣言に含まれるenum定数のコード値

getEnum

public static ConditionType getEnum(String code)
ConditionTypeを返却します。

パラメータ:
code - コード値
戻り値:
ConditionType 条件種別enum定数

getMessageId

public String getMessageId()
メッセージIDを返却します。
メッセージIDはメッセージプロパティファイルに設定を行う値です。

定義:
インタフェース EnumConstants 内の getMessageId
戻り値:
String メッセージID

IM-Workflow

Copyright © 2000-2015 NTT DATA INTRAMART CO.,LTD.. All Rights Reserved.