public interface FunctionParameterDefinitionContract extends Versioned, Identifiable
FunctionDefinitionContract
by defining the name and type of an
expected parameter to the function.Modifier and Type | Method and Description |
---|---|
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.
|
getVersionNumber
getId
String getName()
String getDescription()
String getParameterType()
String getFunctionId()
Integer getSequenceNumber()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.