public static interface IBpmProcessCustomFields.IBpmProcessCustomField
Modifier and Type | Method and Description |
---|---|
String |
getDocumentName()
Returns document name for this field
|
String |
getFieldName()
Returns field name
|
IBpmProcessCustomFields.FIELD_TYPE |
getFieldType()
Returns field type
|
Object |
getValue()
Returns value for this field
|
void |
setValue(Object value)
Sets value for this field
|
String getDocumentName()
String getFieldName()
IBpmProcessCustomFields.FIELD_TYPE getFieldType()
Object getValue()
void setValue(Object value)
value
-