Package | Description |
---|---|
basic | |
basic.io |
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<OutputType.formatFlag> |
Parser.getOutputFormats()
To have the possibility to output to different file formats.
|
Modifier and Type | Field and Description |
---|---|
static java.util.EnumSet<OutputType.formatFlag> |
OutputType.formatFlag.ALL_OPTS |
Modifier and Type | Method and Description |
---|---|
static OutputType.formatFlag |
OutputType.formatFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OutputType.formatFlag[] |
OutputType.formatFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<OutputType.formatFlag> |
OutputType.getStatusFlags(long statusValue)
Translates a numeric status code into a Set of StatusFlag enums
|
Modifier and Type | Method and Description |
---|---|
long |
OutputType.getStatusValue(java.util.Set<OutputType.formatFlag> flags)
Translates a set of StatusFlag enums into a numeric status code
|