Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.grinvin.invariants.values.AbstractInvariantValue
org.grinvin.invariants.values.BooleanValue
public class BooleanValue
extends AbstractInvariantValue
boolean
.
Constructor Summary | |
|
Methods inherited from class org.grinvin.invariants.values.AbstractInvariantValue | |
String toString , getComputerId , getComputerVersion , getInvariant , getType , toText |
public BooleanValue(boolean value, InvariantComputer computer)
Create an object of this type with the given boolean value.
public boolean getValue()
public String toText()
- Specified by:
- toText in interface InvariantValue
- Overrides:
- toText in interface AbstractInvariantValue