public enum SiteAgentRegion extends Enum<SiteAgentRegion>
| Enum Constant and Description |
|---|
CENTRAL |
EAST |
NORTH |
NORTHEAST |
NORTHWEST |
SOUTH |
SOUTHWEST |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,SiteAgentRegion> |
getAgentRegion() |
static SiteAgentRegion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteAgentRegion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiteAgentRegion NORTHEAST
public static final SiteAgentRegion NORTH
public static final SiteAgentRegion EAST
public static final SiteAgentRegion SOUTH
public static final SiteAgentRegion CENTRAL
public static final SiteAgentRegion NORTHWEST
public static final SiteAgentRegion SOUTHWEST
public static SiteAgentRegion[] values()
for (SiteAgentRegion c : SiteAgentRegion.values()) System.out.println(c);
public static SiteAgentRegion 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 Map<String,SiteAgentRegion> getAgentRegion()
Copyright © 2024. All rights reserved.