Package com.webmethods.bpm.process
Interface IBpmProcessCustomFields.IBpmProcessCustomField
- Enclosing interface:
- IBpmProcessCustomFields
public static interface IBpmProcessCustomFields.IBpmProcessCustomField
Single instance of custom field
-
Method Summary
Modifier and TypeMethodDescriptionReturns document name for this fieldReturns field nameReturns field typegetValue()
Returns value for this fieldvoid
Sets value for this field
-
Method Details
-
getDocumentName
String getDocumentName()Returns document name for this field -
getFieldName
String getFieldName()Returns field name -
getFieldType
IBpmProcessCustomFields.FIELD_TYPE getFieldType()Returns field type -
getValue
Object getValue()Returns value for this field -
setValue
Sets value for this field- Parameters:
value
-
-