Class UserOperandValue

java.lang.Object
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 Details

    • UserOperandValue

      public UserOperandValue(Object value, boolean persistent)
      ctor
      Parameters:
      value - the value
      persistent - is it persistent
  • Method Details

    • 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