public class VncBoolean extends VncVal
| Modifier and Type | Field and Description |
|---|---|
static VncBoolean |
False |
static VncBoolean |
True |
static VncKeyword |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(VncVal o) |
java.lang.Object |
convertToJavaObject() |
boolean |
equals(java.lang.Object obj) |
java.util.List<VncKeyword> |
getAllSupertypes() |
VncKeyword |
getSupertype() |
VncKeyword |
getType() |
java.lang.Boolean |
getValue() |
int |
hashCode() |
static boolean |
isFalse(VncVal val) |
static boolean |
isFalseOrNil(VncVal val) |
static boolean |
isTrue(VncVal val) |
static VncBoolean |
of(boolean bool) |
java.lang.String |
toString() |
TypeRank |
typeRank() |
VncBoolean |
withMeta(VncVal meta) |
VncBoolean |
wrap(VncWrappingTypeDef wrappingTypeDef,
VncVal meta) |
getMeta, getMetaVal, getMetaVal, getWrappingTypeDef, isPrivate, isVncList, isWrapped, toStringpublic static final VncBoolean True
public static final VncBoolean False
public static final VncKeyword TYPE
public static VncBoolean of(boolean bool)
public static boolean isTrue(VncVal val)
public static boolean isFalse(VncVal val)
public static boolean isFalseOrNil(VncVal val)
public VncBoolean withMeta(VncVal meta)
public VncBoolean wrap(VncWrappingTypeDef wrappingTypeDef, VncVal meta)
public VncKeyword getType()
public VncKeyword getSupertype()
getSupertype in class VncValpublic java.util.List<VncKeyword> getAllSupertypes()
getAllSupertypes in class VncValpublic java.lang.Boolean getValue()
public java.lang.Object convertToJavaObject()
convertToJavaObject in class VncValpublic int compareTo(VncVal o)
public java.lang.String toString()
toString in class java.lang.Object