Package ucar.unidata.data
Class UserOperandValue
java.lang.Object
ucar.unidata.data.UserOperandValue
This class holds a name/value pair that represents an operand for the
 DerivedDataChoice
- Version:
 - $Revision: 1.16 $
 - Author:
 - IDV development team
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the Persistent property.getValue()Get the Value property.voidsetPersistent(boolean value) Set the Persistent property.voidSet the Value property. 
- 
Constructor Details
- 
UserOperandValue
ctor- Parameters:
 value- the valuepersistent- is it persistent
 
 - 
 - 
Method Details
- 
setValue
Set the Value property.- Parameters:
 value- The new value for Value
 - 
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
 
 
 -