|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.yworks.yfiles.bpmn.view.DataObjectTypeEnum
Type-safe enumeration for data object types.

| Field Summary | |
static DataObjectTypeEnum |
INPUT
Type constant for data input. |
static DataObjectTypeEnum |
OUTPUT
Type constant for data output. |
static DataObjectTypeEnum |
PLAIN
Type constant for plain data. |
| Method Summary | |
static DataObjectTypeEnum |
getByName(String name)
Returns the data object type constant that corresponds to the given data object type name. |
String |
toString()
Returns a string representation of this activity type. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final DataObjectTypeEnum PLAIN
public static final DataObjectTypeEnum INPUT
public static final DataObjectTypeEnum OUTPUT
| Method Detail |
public String toString()
public static DataObjectTypeEnum getByName(String name)
name - the name of the type constant to retrieve. Should be one of
DATA_OBJECT_TYPE_INPUTDATA_OBJECT_TYPE_OUTPUTDATA_OBJECT_TYPE_PLAINnull if there is no corresponding type constant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||