public enum AFGenerator extends Enum<AFGenerator>
Enum used for specifying which software package was used to create an adaptive form using
FormGenerationService
.
AFOptions
Enum Constant and Description |
---|
API
AF generated using API
|
EDITOR
AF generated using form manager UI
|
FLAMINGO
AF generated using flamingo
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static AFGenerator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AFGenerator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AFGenerator FLAMINGO
public static final AFGenerator API
public static final AFGenerator EDITOR
public static AFGenerator[] values()
for (AFGenerator c : AFGenerator.values()) System.out.println(c);
public static AFGenerator valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<AFGenerator>
Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.