com.ibm.pim.extensionpoints
Interface DataEntryFunctionArguments

All Superinterfaces:
FunctionArguments

public interface DataEntryFunctionArguments
extends FunctionArguments

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.
 
Methods inherited from interface com.ibm.pim.extensionpoints.FunctionArguments
getCustomParameter, setCustomParameter
 

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.