public enum FormatIdentifier extends java.lang.Enum<FormatIdentifier>
| Enum Constant and Description |
|---|
CONTAINER_FORMAT
Identifier for the container format.
|
DEFAULT_BINARY_FORMAT
Identifier for the default binary encoding.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIdentifierValue() |
static FormatIdentifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FormatIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormatIdentifier CONTAINER_FORMAT
public static final FormatIdentifier DEFAULT_BINARY_FORMAT
public static FormatIdentifier[] values()
for (FormatIdentifier c : FormatIdentifier.values()) System.out.println(c);
public static FormatIdentifier 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 nullpublic int getIdentifierValue()
Copyright 2017 Kieker Project, http://kieker-monitoring.net