public interface PropositionParameterContract extends Identifiable, Versioned
PropositionParameter
Modifier and Type | Method and Description |
---|---|
String |
getParameterType()
Returns the type of the parameter.
|
String |
getPropId()
Returns the Id for the parent proposition.
|
Integer |
getSequenceNumber()
Returns the sequence number of the proposition parameter.
|
TermDefinition |
getTermValue()
Returns the term value of the proposition parameter if the
proposition parameter is a term.
|
String |
getValue()
Returns the value of the proposition parameter
|
getId
getVersionNumber
String getPropId()
It is the Id of the parent proposition.
String getValue()
It is the value of the parameter
TermDefinition getTermValue()
It is the term value of the parameter
String getParameterType()
It identified the type of the parameter.
Integer getSequenceNumber()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.