org.kuali.rice.krms.api.repository.proposition
Interface PropositionParameterContract

All Superinterfaces:
Identifiable, Versioned
All Known Implementing Classes:
PropositionParameter, PropositionParameter.Builder

public interface PropositionParameterContract
extends Identifiable, Versioned


Method Summary
 String getParameterType()
          This is the type of the parameter.
 String getPropId()
          This is the Id for the parent proposition.
 Integer getSequenceNumber()
          This is the sequence number of the proposition parameter.
 String getValue()
          This is the value of the proposition parameter
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Identifiable
getId
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned
getVersionNumber
 

Method Detail

getPropId

String getPropId()
This is the Id for the parent proposition.

It is the Id of the parent proposition.

Returns:
Id for parent parameter.

getValue

String getValue()
This is the value of the proposition parameter

It is the value of the parameter

Returns:
value of the parameter

getParameterType

String getParameterType()
This is the type of the parameter. Proposition parameters are one of the following types: Constant Values: numbers, strings, dates, etc. Terms: data available in the execution environment or provided by a term resolver Functions: custom functions that resolve to a value, or standard operators (equals, greater than, less than, ...)

It identified the type of the parameter.

Returns:
the parameter type code. Valid values are C, T, and F.

getSequenceNumber

Integer getSequenceNumber()
This is the sequence number of the proposition parameter. Proposition parameters are listed in Reverse Polish Notation. The sequence number (starting with 1) identifies the position of the parameter in the list.

Returns:
the sequence number of the proposition parameter


Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.