public static enum UseCase3Prms.ClientName extends java.lang.Enum<UseCase3Prms.ClientName>
| Modifier and Type | Method and Description |
|---|---|
static UseCase3Prms.ClientName |
toClientName(java.lang.String clientName) |
static UseCase3Prms.ClientName |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static UseCase3Prms.ClientName toClientName(java.lang.String clientName)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.