public class COSBoolean extends COSDirect
| Modifier and Type | Field and Description |
|---|---|
static COSBoolean |
FALSE |
static COSBoolean |
TRUE |
| Modifier | Constructor and Description |
|---|---|
protected |
COSBoolean() |
protected |
COSBoolean(boolean initValue) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ICOSVisitor visitor) |
void |
accept(IVisitor visitor) |
static COSObject |
construct(boolean initValue) |
boolean |
equals(Object o) |
boolean |
get() |
Boolean |
getBoolean() |
COSObjType |
getType() |
void |
set(boolean value) |
boolean |
setBoolean(boolean value) |
add, at, clearArray, getBooleanKey, getData, getData, getDirect, getDirectBase, getDocument, getInteger, getIntegerKey, getKey, getKey, getKeySet, getName, getNameKey, getReal, getRealKey, getRealStreamSize, getString, getStringKey, getValues, insert, isEndstreamKeywordCRLFCompliant, isIndirect, isStreamKeywordCRLFCompliant, knownKey, mark, remove, removeKey, set, setArray, setArray, setArray, setArrayKey, setArrayKey, setArrayKey, setArrayKey, setBooleanKey, setData, setData, setDirect, setEndstreamKeywordCRLFCompliant, setInteger, setIntegerKey, setKey, setKey, setName, setNameKey, setReal, setRealKey, setRealStreamSize, setStreamKeywordCRLFCompliant, setString, setString, setStringKey, sizegetObjectKey, setObjectKeypublic static final COSBoolean TRUE
public static final COSBoolean FALSE
protected COSBoolean()
protected COSBoolean(boolean initValue)
public COSObjType getType()
public static COSObject construct(boolean initValue)
public Object accept(ICOSVisitor visitor)
public Boolean getBoolean()
getBoolean in class COSDirectpublic boolean setBoolean(boolean value)
setBoolean in class COSDirectpublic boolean get()
public void set(boolean value)
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.