java.io.Serializable
, java.lang.Comparable<XfaXpathConstructor.XdpPackage>
public static enum XfaXpathConstructor.XdpPackage extends java.lang.Enum<XfaXpathConstructor.XdpPackage>
Enum Constant | Description |
---|---|
Config |
|
ConnectionSet |
|
Datasets |
|
LocaleSet |
|
Pdf |
|
SourceSet |
|
Stylesheet |
|
Template |
|
Xdc |
|
Xfdf |
|
Xmpmeta |
Modifier and Type | Method | Description |
---|---|---|
static XfaXpathConstructor.XdpPackage |
valueOf(java.lang.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(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 nullCopyright © 1998–2018. All rights reserved.