public static enum AgentInputReaderFactory.ConsoleType extends Enum<AgentInputReaderFactory.ConsoleType>
| Modifier and Type | Method and Description |
|---|---|
static AgentInputReaderFactory.ConsoleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AgentInputReaderFactory.ConsoleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AgentInputReaderFactory.ConsoleType java
public static final AgentInputReaderFactory.ConsoleType sigar
public static final AgentInputReaderFactory.ConsoleType jline
public static AgentInputReaderFactory.ConsoleType[] values()
for (AgentInputReaderFactory.ConsoleType c : AgentInputReaderFactory.ConsoleType.values()) System.out.println(c);
public static AgentInputReaderFactory.ConsoleType 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 © 2008-2014 Red Hat, Inc.. All Rights Reserved.