| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.grinvin.invariants.values.AbstractInvariantValueorg.grinvin.invariants.values.BooleanValuepublic class BooleanValueextends AbstractInvariantValueboolean.
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