public static enum XfaXpathConstructor.XdpPackage extends Enum<XfaXpathConstructor.XdpPackage>
Enum Constant and Description |
---|
Config |
ConnectionSet |
Datasets |
LocaleSet |
Pdf |
SourceSet |
Stylesheet |
Template |
Xdc |
Xfdf |
Xmpmeta |
Modifier and Type | Method and Description |
---|---|
static XfaXpathConstructor.XdpPackage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XfaXpathConstructor.XdpPackage[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
public static final XfaXpathConstructor.XdpPackage Config
public static final XfaXpathConstructor.XdpPackage ConnectionSet
public static final XfaXpathConstructor.XdpPackage Datasets
public static final XfaXpathConstructor.XdpPackage LocaleSet
public static final XfaXpathConstructor.XdpPackage Pdf
public static final XfaXpathConstructor.XdpPackage SourceSet
public static final XfaXpathConstructor.XdpPackage Stylesheet
public static final XfaXpathConstructor.XdpPackage Template
public static final XfaXpathConstructor.XdpPackage Xdc
public static final XfaXpathConstructor.XdpPackage Xfdf
public static final XfaXpathConstructor.XdpPackage Xmpmeta
public static XfaXpathConstructor.XdpPackage[] values()
for (XfaXpathConstructor.XdpPackage c : XfaXpathConstructor.XdpPackage.values()) System.out.println(c);
public static XfaXpathConstructor.XdpPackage valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant with the specified name
NullPointerException
- if the argument is null
Copyright © 2016. All rights reserved.