com.infoteria.asteria.flowlibrary2.property
Class PropertyType

java.lang.Object
  |
  +--com.infoteria.asteria.flowlibrary2.property.PropertyType

public class PropertyType
extends Object

プロパティ型を表すクラスです。


Field Summary
static PropertyType CATEGORY
          名前と値のセットで定義するプロパティ型。
マッピング可能です。
static PropertyType CONNECTION
          Connectionプロパティ型。
static PropertyType EXCEPTION
          Exceptionフロープロパティ型。
static PropertyType SUBFLOW
          サブフロープロパティ型。
マッピング可能です。
static PropertyType VALUE
          Valueをラップするプロパティ型。
マッピング可能です。
 
Constructor Summary
PropertyType(String name)
          プロパティ型名を指定してPropertyTypeを作成します。
 
Method Summary
 String toString()
          プロパティ型名を返します。
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUE

public static final PropertyType VALUE
Valueをラップするプロパティ型。
マッピング可能です。

CATEGORY

public static final PropertyType CATEGORY
名前と値のセットで定義するプロパティ型。
マッピング可能です。

SUBFLOW

public static final PropertyType SUBFLOW
サブフロープロパティ型。
マッピング可能です。

EXCEPTION

public static final PropertyType EXCEPTION
Exceptionフロープロパティ型。

CONNECTION

public static final PropertyType CONNECTION
Connectionプロパティ型。
Constructor Detail

PropertyType

public PropertyType(String name)
プロパティ型名を指定してPropertyTypeを作成します。
Method Detail

toString

public final String toString()
プロパティ型名を返します。
Overrides:
toString in class Object