Package org.gvsig.expressionevaluator
Interface ExpressionBuilder.Parameter
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,ExpressionBuilder.Value,ExpressionBuilder.Visitable,org.gvsig.tools.util.PropertiesSupport
- Enclosing interface:
ExpressionBuilder
-
Method Summary
Methods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Value
clone, copyPropertiesFrom, replace, toStringMethods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Visitable
acceptMethods inherited from interface org.gvsig.tools.util.PropertiesSupport
getProperties, getProperty, setProperty
-
Method Details
-
as_constant
ExpressionBuilder.Parameter as_constant() -
as_variable
ExpressionBuilder.Parameter as_variable() -
value
-
name
-
type
int type() -
name
String name() -
value
Object value() -
is_constant
boolean is_constant() -
is_variable
boolean is_variable()
-