public static enum WWClient.ClientType extends Enum<WWClient.ClientType>
Enum Constant and Description |
---|
APPLICATON |
USER |
Modifier and Type | Method and Description |
---|---|
static WWClient.ClientType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WWClient.ClientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WWClient.ClientType USER
public static final WWClient.ClientType APPLICATON
public static WWClient.ClientType[] values()
for (WWClient.ClientType c : WWClient.ClientType.values()) System.out.println(c);
public static WWClient.ClientType 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 © 2017 OpenNTF. All rights reserved.