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