|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.infoteria.asteria.flowlibrary2.property.PropertyType
プロパティ型を表すクラスです。
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 |
public static final PropertyType VALUE
public static final PropertyType CATEGORY
public static final PropertyType SUBFLOW
public static final PropertyType EXCEPTION
public static final PropertyType CONNECTION
Constructor Detail |
public PropertyType(String name)
Method Detail |
public final String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |