net.sf.jame.twister.common
Class ViewElementNodeValue

java.lang.Object
  extended by net.sf.jame.core.tree.NodeValue<View>
      extended by net.sf.jame.twister.common.ViewElementNodeValue
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class ViewElementNodeValue
extends NodeValue<View>

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
ViewElementNodeValue(View value)
           
 
Method Summary
 ViewElementNodeValue clone()
           
 View 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

ViewElementNodeValue

public ViewElementNodeValue(View value)
Parameters:
value -
Method Detail

getValueClone

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

clone

public ViewElementNodeValue clone()
Specified by:
clone in class NodeValue<View>
Returns:
the clone.
See Also:
NodeValue.clone()