com.itextpdf.text.pdf
Enum XfaXpathConstructor.XdpPackage

java.lang.Object
  extended by java.lang.Enum<XfaXpathConstructor.XdpPackage>
      extended by com.itextpdf.text.pdf.XfaXpathConstructor.XdpPackage
All Implemented Interfaces:
Serializable, Comparable<XfaXpathConstructor.XdpPackage>
Enclosing class:
XfaXpathConstructor

public static enum XfaXpathConstructor.XdpPackage
extends Enum<XfaXpathConstructor.XdpPackage>

Possible xdp packages to sign


Enum Constant Summary
Config
           
ConnectionSet
           
Datasets
           
LocaleSet
           
Pdf
           
SourceSet
           
Stylesheet
           
Template
           
Xdc
           
Xfdf
           
Xmpmeta
           
 
Method Summary
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're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

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 final XfaXpathConstructor.XdpPackage[] values()
Returns an array containing the constants of this enum type, in the order they're 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're declared

valueOf

public static XfaXpathConstructor.XdpPackage valueOf(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:
IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2013. All Rights Reserved.