public abstract class COSBoolean extends COSPrimitiveObject
| Modifier and Type | Field and Description |
|---|---|
static COSBoolean |
FALSE |
static COSBoolean |
TRUE |
CONSTANT_CONTAINER, NULL_CONTAINER, SLOT_CONTAINER| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ICOSObjectVisitor visitor)
Accept a visitor object.
|
COSBoolean |
asBoolean() |
abstract boolean |
booleanValue()
The boolean value for this.
|
static COSBoolean |
create(boolean value) |
addObjectListener, basicIterator, copyDeep, copyDeep, isDangling, isObjectListenerAvailable, isPrimitive, iterator, removeObjectListenerasArray, asDictionary, asFixed, asInteger, asName, asNull, asNumber, asStream, asString, beConstant, beIndirect, containable, copyOptional, copyShallow, copySubGraph, dereference, getContainer, getDoc, getIndirectObject, getValueBoolean, getValueBytes, getValueFloat, getValueInteger, getValueString, harden, isIndirect, isNull, isNumber, isSwapped, mayBeSwapped, restoreState, soften, stringValue, toStringhandleException, isReferencepublic static final COSBoolean TRUE
public static final COSBoolean FALSE
public static COSBoolean create(boolean value)
public Object accept(ICOSObjectVisitor visitor) throws COSVisitorException
COSDocumentElementvisitor by "double dispatching".accept in class COSDocumentElementvisitor - The object visiting the receiver.COSVisitorException - An exception depending on the visitor semantics.public COSBoolean asBoolean()
asBoolean in class COSObjectthis as a COSBoolean or nullpublic abstract boolean booleanValue()
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.