public static enum RubanetraSystemConfiguration.OutputFormat extends Enum<RubanetraSystemConfiguration.OutputFormat>
Enum Constant and Description |
---|
CALLBACK |
CSV |
JSON |
NOP
no-op, i.e.
|
PLASO
PLASO may be considered synonymous to XML,
|
XML |
Modifier and Type | Method and Description |
---|---|
static RubanetraSystemConfiguration.OutputFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RubanetraSystemConfiguration.OutputFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubanetraSystemConfiguration.OutputFormat PLASO
public static final RubanetraSystemConfiguration.OutputFormat CSV
public static final RubanetraSystemConfiguration.OutputFormat JSON
public static final RubanetraSystemConfiguration.OutputFormat XML
public static final RubanetraSystemConfiguration.OutputFormat NOP
public static final RubanetraSystemConfiguration.OutputFormat CALLBACK
public static RubanetraSystemConfiguration.OutputFormat[] values()
for (RubanetraSystemConfiguration.OutputFormat c : RubanetraSystemConfiguration.OutputFormat.values()) System.out.println(c);
public static RubanetraSystemConfiguration.OutputFormat 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 nullCopyright © 2013–2015 Institute of networks and security. All rights reserved.