ucar.unidata.data
Class UserOperandValue

java.lang.Object
  extended by ucar.unidata.data.UserOperandValue

public class UserOperandValue
extends Object

This class holds a name/value pair that represents an operand for the DerivedDataChoice

Version:
$Revision: 1.16 $
Author:
IDV development team

Constructor Summary
UserOperandValue(Object value, boolean persistent)
          ctor
 
Method Summary
 boolean getPersistent()
          Get the Persistent property.
 Object getValue()
          Get the Value property.
 void setPersistent(boolean value)
          Set the Persistent property.
 void setValue(Object value)
          Set the Value property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserOperandValue

public UserOperandValue(Object value,
                        boolean persistent)
ctor

Parameters:
value - the value
persistent - is it persistent
Method Detail

setValue

public void setValue(Object value)
Set the Value property.

Parameters:
value - The new value for Value

getValue

public Object getValue()
Get the Value property.

Returns:
The Value

setPersistent

public void setPersistent(boolean value)
Set the Persistent property.

Parameters:
value - The new value for Persistent

getPersistent

public boolean getPersistent()
Get the Persistent property.

Returns:
The Persistent