com.ibm.pim.extensionpoints
Interface DataEntryFunctionArguments


public interface DataEntryFunctionArguments

Interface defining the arguments passed to DataEntryFunction invocations.

Since:
6.0.0

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Category getCategory()
          Obtain the category for this DataEntryFunction.
 Item getItem()
          Obtains item for this DataEntryFunction.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getCategory

Category getCategory()
Obtain the category for this DataEntryFunction.

Can be null, if no category is supplied, or an item is supplied.


getItem

Item getItem()
Obtains item for this DataEntryFunction.

Can be null, if no item is supplied, or a category is supplied.