|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<XfaInfo>
com.cete.dynamicpdf.merger.forms.XfaInfo
public 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 |
---|
public static final XfaInfo Static
public static final XfaInfo Dynamic
public static final XfaInfo None
Method Detail |
---|
public static final XfaInfo[] values()
for(XfaInfo c : XfaInfo.values()) System.out.println(c);
public static XfaInfo valueOf(java.lang.String name)
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namename
- the name of the enum constant to be returned.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |