com.webmethods.bpm.process
Interface IBpmProcessCustomFields.IBpmProcessCustomField

Enclosing interface:
IBpmProcessCustomFields

public static interface IBpmProcessCustomFields.IBpmProcessCustomField

Single instance of custom field


Method Summary
 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
 

Method Detail

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

void setValue(Object value)
Sets value for this field

Parameters:
value -