public final class ListWDOInstanceData extends curam.util.type.struct.Struct<ListWDOInstanceData>
Modifier and Type | Field and Description |
---|---|
int |
index
The index of the workflow data object within the list workflow data object
whose instance data is being processed here.
|
java.lang.String |
wdoAttributeName
The name of the attribute of the list workflow data object.
|
java.lang.String |
wdoAttributeValue
The value associated with the specified attribute of the list workflow
data object.
|
Constructor and Description |
---|
ListWDOInstanceData() |
public java.lang.String wdoAttributeName
WORKFLOW_WDO_ATTRIBUTE_NAME -> String
public java.lang.String wdoAttributeValue
WORKFLOW_WDO_ATTRIBUTE_VALUE -> String
public int index
LONG_TYPE -> int