DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Enum XfaInfo

java.lang.Object
  extended by java.lang.Enum<XfaInfo>
      extended by com.cete.dynamicpdf.merger.forms.XfaInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<XfaInfo>

public enum XfaInfo
extends java.lang.Enum<XfaInfo>

Specifies the type of XFA.


Enum Constant Summary
Dynamic
          XFA type dynamic.
None
          XFA type none.
Static
          XFA type static.
 
Method Summary
static XfaInfo valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XfaInfo[] 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

Static

public static final XfaInfo Static
XFA type static.


Dynamic

public static final XfaInfo Dynamic
XFA type dynamic.


None

public static final XfaInfo None
XFA type none.

Method Detail

values

public static final XfaInfo[] 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(XfaInfo c : XfaInfo.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static XfaInfo 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.)

Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.02 for Java generated on Sep 02, 2021
© Copyright 2021, ceTe Software