public static enum AssignmentManager.ServerHostRegion extends Enum<AssignmentManager.ServerHostRegion>
Enum Constant and Description |
---|
HOSTING_REGION |
NOT_HOSTING_REGION |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static AssignmentManager.ServerHostRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssignmentManager.ServerHostRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssignmentManager.ServerHostRegion NOT_HOSTING_REGION
public static final AssignmentManager.ServerHostRegion HOSTING_REGION
public static final AssignmentManager.ServerHostRegion UNKNOWN
public static AssignmentManager.ServerHostRegion[] values()
for (AssignmentManager.ServerHostRegion c : AssignmentManager.ServerHostRegion.values()) System.out.println(c);
public static AssignmentManager.ServerHostRegion 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 © 2007-2016 The Apache Software Foundation. All Rights Reserved.