intarsys PDF library API

de.intarsys.pdf.cos
Class COSFalse

java.lang.Object
  extended by de.intarsys.pdf.cos.COSDocumentElement
      extended by de.intarsys.pdf.cos.COSObject
          extended by de.intarsys.pdf.cos.COSPrimitiveObject
              extended by de.intarsys.pdf.cos.COSBoolean
                  extended by de.intarsys.pdf.cos.COSFalse
All Implemented Interfaces:
ICOSExceptionHandler, de.intarsys.tools.component.ISaveStateSupport

public class COSFalse
extends COSBoolean

Represents the boolean value "false".


Field Summary
 
Fields inherited from class de.intarsys.pdf.cos.COSBoolean
FALSE, TRUE
 
Fields inherited from class de.intarsys.pdf.cos.COSObject
CONSTANT_CONTAINER, NULL_CONTAINER, SLOT_CONTAINER
 
Method Summary
 boolean booleanValue()
          The boolean value for this.
static COSFalse create()
           
 boolean equals(Object o)
           
 int hashCode()
          Returns an arbitrary number to avoid collisions
 Object saveState()
           
 
Methods inherited from class de.intarsys.pdf.cos.COSBoolean
accept, asBoolean, create
 
Methods inherited from class de.intarsys.pdf.cos.COSPrimitiveObject
addObjectListener, basicIterator, copyDeep, copyDeep, isDangling, isObjectListenerAvailable, isPrimitive, iterator, removeObjectListener
 
Methods inherited from class de.intarsys.pdf.cos.COSObject
asArray, asDictionary, asFixed, asInteger, asName, asNull, asNumber, asStream, asString, beConstant, beIndirect, containable, copyOptional, copyShallow, copySubGraph, dereference, getContainer, getDoc, getIndirectObject, isIndirect, isNull, isNumber, isSwapped, restoreState, stringValue, toString
 
Methods inherited from class de.intarsys.pdf.cos.COSDocumentElement
handleException, isReference
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

create

public static COSFalse create()

booleanValue

public boolean booleanValue()
Description copied from class: COSBoolean
The boolean value for this.

Specified by:
booleanValue in class COSBoolean
Returns:
The boolean value for this.

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Returns an arbitrary number to avoid collisions

Overrides:
hashCode in class Object
Returns:
17
See Also:
Object.hashCode()

saveState

public Object saveState()

intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.