Package org.gvsig.expressionevaluator
Class ExpressionBuilder.AbstractValue
java.lang.Object
org.gvsig.expressionevaluator.ExpressionBuilder.AbstractValue
- All Implemented Interfaces:
Cloneable,ExpressionBuilder.Value,ExpressionBuilder.Visitable,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.util.PropertiesSupport
- Enclosing interface:
ExpressionBuilder
public abstract static class ExpressionBuilder.AbstractValue
extends Object
implements ExpressionBuilder.Value
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.gvsig.tools.util.PropertiesSupportHelper -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ExpressionBuilder.Visitor visitor, ExpressionBuilder.VisitorFilter filter) clone()voidcopyPropertiesFrom(org.gvsig.tools.util.PropertiesSupport properties) getProperty(String name) voidreplace(ExpressionBuilder.Value target, ExpressionBuilder.Value replacement) voidsetProperty(String name, Object value) Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.expressionevaluator.ExpressionBuilder.Value
toString
-
Field Details
-
properties
protected org.gvsig.tools.util.PropertiesSupportHelper properties
-
-
Constructor Details
-
AbstractValue
protected AbstractValue()
-
-
Method Details
-
clone
- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable- Specified by:
clonein interfaceExpressionBuilder.Value- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
copyPropertiesFrom
public void copyPropertiesFrom(org.gvsig.tools.util.PropertiesSupport properties) - Specified by:
copyPropertiesFromin interfaceExpressionBuilder.Value
-
accept
- Specified by:
acceptin interfaceExpressionBuilder.Visitable
-
getProperties
- Specified by:
getPropertiesin interfaceorg.gvsig.tools.util.PropertiesSupport
-
getProperty
- Specified by:
getPropertyin interfaceorg.gvsig.tools.util.PropertiesSupport
-
setProperty
- Specified by:
setPropertyin interfaceorg.gvsig.tools.util.PropertiesSupport
-
replace
- Specified by:
replacein interfaceExpressionBuilder.Value
-