public final class COSBoolean extends COSBase
| Modifier and Type | Field and Description |
|---|---|
static COSBoolean |
FALSE |
static COSBoolean |
TRUE |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(COSVisitor visitor)
Visitor pattern for the COS model objects
|
boolean |
getValue() |
String |
toString() |
static COSBoolean |
valueOf(boolean value) |
getCOSObject, hasId, id, idIfAbsentpublic static final COSBoolean TRUE
public static final COSBoolean FALSE
public boolean getValue()
public static COSBoolean valueOf(boolean value)
value - Parameter telling which boolean value to get.public void accept(COSVisitor visitor) throws IOException
COSBaseaccept in class COSBaseIOExceptionCopyright © 2019 sejda. All rights reserved.