|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataEntryFunctionArguments
Interface defining the arguments passed to DataEntryFunction invocations.
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 |
---|
static final java.lang.String copyright
Method Detail |
---|
Category getCategory()
Can be null, if no category is supplied, or an item is supplied.
Item getItem()
Can be null, if no item is supplied, or a category is supplied.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |