|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ParameterValueType element is a combination of text nodes and Filter-Expression element nodes.
Method Summary | |
void |
addComponent(java.lang.Object component)
Concatenates a component (a String or an Expression-object) to this ParameterValueType. |
java.lang.String |
evaluate(Feature feature)
Returns the actual String value of this object. |
java.lang.Object[] |
getComponents()
Returns the contents (mix of String/Expression-objects) of this ParameterValueType. |
void |
removeComponent(java.lang.Object component)
Removes a component (a String or an Expression-object) from this ParameterValueType. |
void |
setComponents(java.lang.Object[] components)
Sets the contents (mix of String/Expression-objects) of this ParameterValueType. |
Method Detail |
public java.lang.Object[] getComponents()
public void setComponents(java.lang.Object[] components)
components
- mix of String/Expression-objectspublic void addComponent(java.lang.Object component)
component
- either a String or an
Expression-objectpublic void removeComponent(java.lang.Object component)
component
- either a String or an
Expression-objectpublic java.lang.String evaluate(Feature feature) throws FilterEvaluationException
feature
- used for the evaluation of the underlying
'wfs:Expression'-elements
FilterEvaluationException
- if the evaluation fails
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |