|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectucar.unidata.data.UserOperandValue
public class UserOperandValue
This class holds a name/value pair that represents an operand for the DerivedDataChoice
| 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 |
|---|
public UserOperandValue(Object value,
boolean persistent)
value - the valuepersistent - is it persistent| Method Detail |
|---|
public void setValue(Object value)
value - The new value for Valuepublic Object getValue()
public void setPersistent(boolean value)
value - The new value for Persistentpublic boolean getPersistent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||