public abstract class ConditionalObject extends Object
Modifier and Type | Method and Description |
---|---|
ConditionalValue |
getValue()
Gets the value.
|
void |
setValue(ConditionalValue value)
Sets the value.
|
abstract String |
toString()
Returns a
String that represents this ConditionalObject instance. |
public final ConditionalValue getValue()
public final void setValue(ConditionalValue value)
value
- The value.IllegalArgumentException
- Specified value is not valid for the current conditional object.public abstract String toString()
String
that represents this ConditionalObject
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class Object
String
that represents this ConditionalObject
instance.© GemBox d.o.o. — All rights reserved.