|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |
java.lang.Objectjava.lang.Enum<StampConfigType>
jp.co.intra_mart.foundation.workflow.plugin.stamp.application.model.column.StampConfigType
public enum StampConfigType
処理済ノード情報(引戻し可能フラグを含む)カラム 列挙型
列挙型定数の概要 | |
---|---|
DEFAULT_FLAG
標準フラグ |
|
STAMP_ID
印影ID |
|
STAMP_NAME
印影名 |
|
STAMP_STR1
印影文字列1 |
|
STAMP_STR1_TYPE
印影文字列1種別 |
|
STAMP_STR2
印影文字列2 |
|
STAMP_STR2_TYPE
印影文字列2種別 |
|
STAMP_STR3
印影文字列3 |
|
STAMP_STR3_TYPE
印影文字列3種別 |
|
STAMP_TYPE
印影種別 |
|
TAG
タグ |
メソッドの概要 | |
---|---|
ColumnType |
getColumnType()
カラムのタイプを取得します。 |
static StampConfigType |
valueOf(String name)
指定した名前を持つこの型の列挙型定数を返します。 |
static StampConfigType[] |
values()
この列挙型の定数を含む配列を宣言されている順序で返します。 |
クラス java.lang.Enum から継承されたメソッド |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
クラス java.lang.Object から継承されたメソッド |
---|
getClass, notify, notifyAll, wait, wait, wait |
列挙型定数の詳細 |
---|
public static final StampConfigType STAMP_ID
public static final StampConfigType STAMP_NAME
public static final StampConfigType STAMP_TYPE
public static final StampConfigType STAMP_STR1
public static final StampConfigType STAMP_STR2
public static final StampConfigType STAMP_STR3
public static final StampConfigType STAMP_STR1_TYPE
public static final StampConfigType STAMP_STR2_TYPE
public static final StampConfigType STAMP_STR3_TYPE
public static final StampConfigType DEFAULT_FLAG
public static final StampConfigType TAG
メソッドの詳細 |
---|
public static StampConfigType[] values()
for (StampConfigType c : StampConfigType.values()) System.out.println(c);
public static StampConfigType valueOf(String name)
name
- 返される列挙型定数の名前
IllegalArgumentException
- 指定された名前を持つ定数を
この列挙型が持っていない場合
NullPointerException
- 引数が null の場合public ColumnType getColumnType()
IColumn
内の getColumnType
|
IM-Workflow | |||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | 列挙型定数 | フィールド | メソッド | 詳細: 列挙型定数 | フィールド | メソッド |