public enum COSObjType extends Enum<COSObjType>
| Enum Constant and Description |
|---|
COS_ARRAY |
COS_BOOLEAN |
COS_DICT |
COS_INTEGER |
COS_NAME |
COS_NULL |
COS_REAL |
COS_STREAM |
COS_STRING |
COS_UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDictionaryBased() |
boolean |
isNumber() |
static COSObjType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static COSObjType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final COSObjType COS_UNDEFINED
public static final COSObjType COS_NULL
public static final COSObjType COS_INTEGER
public static final COSObjType COS_REAL
public static final COSObjType COS_BOOLEAN
public static final COSObjType COS_NAME
public static final COSObjType COS_STRING
public static final COSObjType COS_DICT
public static final COSObjType COS_ARRAY
public static final COSObjType COS_STREAM
public static COSObjType[] values()
for (COSObjType c : COSObjType.values()) System.out.println(c);
public static COSObjType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isNumber()
public boolean isDictionaryBased()
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.