public enum AgentCompressionMode extends Enum<AgentCompressionMode>
| Modifier and Type | Method and Description |
|---|---|
static AgentCompressionMode |
getByValue(int value)
Get enum element by integer value
|
int |
getValue()
Get integer value
|
static AgentCompressionMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentCompressionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentCompressionMode DEFAULT
public static final AgentCompressionMode ENABLED
public static final AgentCompressionMode DISABLED
public static AgentCompressionMode[] values()
for (AgentCompressionMode c : AgentCompressionMode.values()) System.out.println(c);
public static AgentCompressionMode 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 nullpublic int getValue()
public static AgentCompressionMode getByValue(int value)
value - integer valueCopyright © 2018. All rights reserved.