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