public static enum CompositionOutput.ElementSelectionMethod extends java.lang.Enum<CompositionOutput.ElementSelectionMethod>
Enum Constant and Description |
---|
ALL_ELEMENTS
Print all known elements
|
DYNAMIC
Determine list of elements from dataset being printed
|
USER_DEFINED
Print a user defined list
|
Modifier and Type | Method and Description |
---|---|
static CompositionOutput.ElementSelectionMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompositionOutput.ElementSelectionMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositionOutput.ElementSelectionMethod ALL_ELEMENTS
public static final CompositionOutput.ElementSelectionMethod USER_DEFINED
public static final CompositionOutput.ElementSelectionMethod DYNAMIC
public static CompositionOutput.ElementSelectionMethod[] values()
for (CompositionOutput.ElementSelectionMethod c : CompositionOutput.ElementSelectionMethod.values()) System.out.println(c);
public static CompositionOutput.ElementSelectionMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null