net.sf.jame.core.tree
Class TransferableNodeValue

java.lang.Object
  extended by net.sf.jame.core.tree.TransferableNodeValue
All Implemented Interfaces:
java.io.Serializable

public class TransferableNodeValue
extends java.lang.Object
implements java.io.Serializable

Author:
Andrea Medeghini
See Also:
Serialized Form

Constructor Summary
TransferableNodeValue(java.lang.Class<?> type, NodeValue<?> value)
           
 
Method Summary
 java.lang.Class<?> getType()
           
 NodeValue<?> getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransferableNodeValue

public TransferableNodeValue(java.lang.Class<?> type,
                             NodeValue<?> value)
Parameters:
type -
value -
Method Detail

getType

public java.lang.Class<?> getType()
Returns:
the type

getValue

public NodeValue<?> getValue()
Returns:
the value