private static enum PipeFopElement.MergeMode extends Enum<PipeFopElement.MergeMode>
| Enum Constant and Description |
|---|
OVERLAY |
SEQUENTIAL |
UNDERLAY |
| Modifier and Type | Method and Description |
|---|---|
static PipeFopElement.MergeMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipeFopElement.MergeMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PipeFopElement.MergeMode SEQUENTIAL
public static final PipeFopElement.MergeMode OVERLAY
public static final PipeFopElement.MergeMode UNDERLAY
public static PipeFopElement.MergeMode[] values()
for (PipeFopElement.MergeMode c : PipeFopElement.MergeMode.values()) System.out.println(c);
public static PipeFopElement.MergeMode 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 null