public interface ParameterContract extends Versioned, GloballyUnique
When thinking of a parameter in terms of a key=value pair, the following defines the key and value parts: the key of a parameter consists of the following pieces:
the value consists of thevalue
Modifier and Type | Method and Description |
---|---|
String |
getApplicationId()
This is the application id for the Parameter.
|
String |
getComponentCode()
This is the component code for the parameter.
|
String |
getDescription()
This is the description for what the parameter is used for.
|
EvaluationOperator |
getEvaluationOperator()
This is the evaluation operator for the parameter.
|
String |
getName()
The name of the parameter.
|
String |
getNamespaceCode()
This is the namespace for the parameter.
|
ParameterTypeContract |
getParameterType()
This is the type for the parameter.
|
String |
getValue()
The value of the parameter.
|
getVersionNumber
getObjectId
String getApplicationId()
It is a way of assigning the Parameter to a specific rice application or rice ecosystem.
String getNamespaceCode()
It is a way of assigning the parameter to a logical grouping within a rice application or rice ecosystem.
String getComponentCode()
It is a way of assigning a parameter to a functional component within a rice application or rice ecosystem.
String getName()
String getValue()
String getDescription()
EvaluationOperator getEvaluationOperator()
This allows parameters to be used as primitive business rules.
ParameterTypeContract getParameterType()
Some parameters have special types in rice which may have special meaning
and is related to the getEvaluationOperator()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.