IM-Workflow

jp.co.intra_mart.foundation.workflow.plugin.stamp.application.model.column
列挙型 StampConfigType

java.lang.Object
  上位を拡張 java.lang.Enum<StampConfigType>
      上位を拡張 jp.co.intra_mart.foundation.workflow.plugin.stamp.application.model.column.StampConfigType
すべての実装されたインタフェース:
Serializable, Comparable<StampConfigType>, IColumn

public enum StampConfigType
extends Enum<StampConfigType>
implements IColumn

処理済ノード情報(引戻し可能フラグを含む)カラム 列挙型

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

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

列挙型定数の詳細

STAMP_ID

public static final StampConfigType STAMP_ID
印影ID


STAMP_NAME

public static final StampConfigType STAMP_NAME
印影名


STAMP_TYPE

public static final StampConfigType STAMP_TYPE
印影種別


STAMP_STR1

public static final StampConfigType STAMP_STR1
印影文字列1


STAMP_STR2

public static final StampConfigType STAMP_STR2
印影文字列2


STAMP_STR3

public static final StampConfigType STAMP_STR3
印影文字列3


STAMP_STR1_TYPE

public static final StampConfigType STAMP_STR1_TYPE
印影文字列1種別


STAMP_STR2_TYPE

public static final StampConfigType STAMP_STR2_TYPE
印影文字列2種別


STAMP_STR3_TYPE

public static final StampConfigType STAMP_STR3_TYPE
印影文字列3種別


DEFAULT_FLAG

public static final StampConfigType DEFAULT_FLAG
標準フラグ


TAG

public static final StampConfigType TAG
タグ

メソッドの詳細

values

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

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

valueOf

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

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

getColumnType

public ColumnType getColumnType()
カラムのタイプを取得します。

定義:
インタフェース IColumn 内の getColumnType
戻り値:
カラムの型

IM-Workflow

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