Package com.itextpdf.text.pdf
Enum XfaXpathConstructor.XdpPackage
- java.lang.Object
-
- java.lang.Enum<XfaXpathConstructor.XdpPackage>
-
- com.itextpdf.text.pdf.XfaXpathConstructor.XdpPackage
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<XfaXpathConstructor.XdpPackage>
- Enclosing class:
- XfaXpathConstructor
public static enum XfaXpathConstructor.XdpPackage extends java.lang.Enum<XfaXpathConstructor.XdpPackage>
Possible xdp packages to sign
-
-
Constructor Summary
Constructors Modifier Constructor Description private
XdpPackage()
-
Method Summary
All Methods Static Methods Concrete Methods 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.
-
-
-
Enum Constant Detail
-
Config
public static final XfaXpathConstructor.XdpPackage Config
-
ConnectionSet
public static final XfaXpathConstructor.XdpPackage ConnectionSet
-
Datasets
public static final XfaXpathConstructor.XdpPackage Datasets
-
LocaleSet
public static final XfaXpathConstructor.XdpPackage LocaleSet
-
Pdf
public static final XfaXpathConstructor.XdpPackage Pdf
-
SourceSet
public static final XfaXpathConstructor.XdpPackage SourceSet
-
Stylesheet
public static final XfaXpathConstructor.XdpPackage Stylesheet
-
Template
public static final XfaXpathConstructor.XdpPackage Template
-
Xdc
public static final XfaXpathConstructor.XdpPackage Xdc
-
Xfdf
public static final XfaXpathConstructor.XdpPackage Xfdf
-
Xmpmeta
public static final XfaXpathConstructor.XdpPackage Xmpmeta
-
-
Method Detail
-
values
public static XfaXpathConstructor.XdpPackage[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (XfaXpathConstructor.XdpPackage c : XfaXpathConstructor.XdpPackage.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static XfaXpathConstructor.XdpPackage valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-