public class UserOperandValue
extends java.lang.Object
Constructor and Description |
---|
UserOperandValue(java.lang.Object value,
boolean persistent)
ctor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getPersistent()
Get the Persistent property.
|
java.lang.Object |
getValue()
Get the Value property.
|
void |
setPersistent(boolean value)
Set the Persistent property.
|
void |
setValue(java.lang.Object value)
Set the Value property.
|
public UserOperandValue(java.lang.Object value, boolean persistent)
value
- the valuepersistent
- is it persistentpublic void setValue(java.lang.Object value)
value
- The new value for Valuepublic java.lang.Object getValue()
public void setPersistent(boolean value)
value
- The new value for Persistentpublic boolean getPersistent()