public static enum BasicGuacamoleTunnelServlet.IdentifierType extends Enum<BasicGuacamoleTunnelServlet.IdentifierType>
| Enum Constant and Description |
|---|
CONNECTION
The unique identifier of a connection.
|
CONNECTION_GROUP
The unique identifier of a connection group.
|
| Modifier and Type | Method and Description |
|---|---|
static BasicGuacamoleTunnelServlet.IdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicGuacamoleTunnelServlet.IdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BasicGuacamoleTunnelServlet.IdentifierType CONNECTION
public static final BasicGuacamoleTunnelServlet.IdentifierType CONNECTION_GROUP
public static BasicGuacamoleTunnelServlet.IdentifierType[] values()
for (BasicGuacamoleTunnelServlet.IdentifierType c : BasicGuacamoleTunnelServlet.IdentifierType.values()) System.out.println(c);
public static BasicGuacamoleTunnelServlet.IdentifierType 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 © 2015. All rights reserved.