public static enum UseCase3Prms.ClientName extends Enum<UseCase3Prms.ClientName>
| Modifier and Type | Method and Description |
|---|---|
static UseCase3Prms.ClientName |
toClientName(String clientName) |
static UseCase3Prms.ClientName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UseCase3Prms.ClientName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UseCase3Prms.ClientName data
public static final UseCase3Prms.ClientName server
public static UseCase3Prms.ClientName[] values()
for (UseCase3Prms.ClientName c : UseCase3Prms.ClientName.values()) System.out.println(c);
public static UseCase3Prms.ClientName 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 static UseCase3Prms.ClientName toClientName(String clientName)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.