net.sf.jame.mandelbrot.common
Class CriteriaElementNodeValue

java.lang.Object
  extended by net.sf.jame.core.tree.NodeValue<java.lang.Integer>
      extended by net.sf.jame.mandelbrot.common.CriteriaElementNodeValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CriteriaElementNodeValue
extends NodeValue<java.lang.Integer>

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
CriteriaElementNodeValue(java.lang.Integer value)
           
 
Method Summary
 CriteriaElementNodeValue clone()
           
 java.lang.Integer getValueClone()
           
 
Methods inherited from class net.sf.jame.core.tree.NodeValue
equals, getValue, setValue, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CriteriaElementNodeValue

public CriteriaElementNodeValue(java.lang.Integer value)
Parameters:
value -
Method Detail

getValueClone

public java.lang.Integer getValueClone()
Specified by:
getValueClone in class NodeValue<java.lang.Integer>
Returns:
the value clone.
See Also:
NodeValue.getValueClone()

clone

public CriteriaElementNodeValue clone()
Specified by:
clone in class NodeValue<java.lang.Integer>
Returns:
the clone.
See Also:
NodeValue.clone()