public enum PDFObjectType extends java.lang.Enum<PDFObjectType>
Enum Constant and Description |
---|
Array |
Boolean |
Dictionary |
Name |
Number |
Reference |
String |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
elementName() |
static PDFObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFObjectType Array
public static final PDFObjectType Boolean
public static final PDFObjectType Dictionary
public static final PDFObjectType Name
public static final PDFObjectType Number
public static final PDFObjectType Reference
public static final PDFObjectType String
public static PDFObjectType[] values()
for (PDFObjectType c : PDFObjectType.values()) System.out.println(c);
public static PDFObjectType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String elementName()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.