Package org.verapdf.cos
Class COSBoolean
java.lang.Object
org.verapdf.cos.COSBase
org.verapdf.cos.COSDirect
org.verapdf.cos.COSBoolean
- Author:
- Timur Kamalov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ICOSVisitor visitor) voidstatic COSObjectconstruct(boolean initValue) booleanbooleanget()getType()voidset(boolean value) booleansetBoolean(boolean value) Methods inherited from class org.verapdf.cos.COSDirect
add, at, clearArray, getBooleanKey, getData, getData, getDirect, getDirectBase, getDocument, getInteger, getIntegerKey, getKey, getKey, getKeySet, getName, getNameKey, getNameKeyStringValue, getNameKeyUnicodeValue, 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, sizeMethods inherited from class org.verapdf.cos.COSBase
getObjectKey, setObjectKey
-
Field Details
-
TRUE
-
FALSE
-
-
Constructor Details
-
COSBoolean
protected COSBoolean() -
COSBoolean
protected COSBoolean(boolean initValue)
-
-
Method Details
-
getType
-
construct
-
accept
-
accept
-
getBoolean
- Overrides:
getBooleanin classCOSDirect
-
setBoolean
public boolean setBoolean(boolean value) - Overrides:
setBooleanin classCOSDirect
-
get
public boolean get() -
set
public void set(boolean value) -
equals
-