|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FunctionParameterDefinitionContract
Defines the contract for a function parameter definition. A function
parameter definition helps to define the "signature" of a
FunctionDefinitionContract
by defining the name and type of an
expected parameter to the function.
Method Summary | |
---|---|
String |
getDescription()
Returns the description of this parameter. |
String |
getFunctionId()
Returns the ID of the function to which this parameter is associated. |
String |
getName()
Returns the name of this parameters. |
String |
getParameterType()
Returns the type of this function parameter. |
Integer |
getSequenceNumber()
This is the sequence number of the function parameter. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable |
---|
getId |
Method Detail |
---|
String getName()
String getDescription()
String getParameterType()
String getFunctionId()
Integer getSequenceNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |