public static enum CivicLocationElement.LocationType extends Enum<CivicLocationElement.LocationType>
Enum Constant and Description |
---|
Client |
DHCPServer |
NwkElement |
Modifier and Type | Method and Description |
---|---|
static CivicLocationElement.LocationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CivicLocationElement.LocationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CivicLocationElement.LocationType DHCPServer
public static final CivicLocationElement.LocationType NwkElement
public static final CivicLocationElement.LocationType Client
public static CivicLocationElement.LocationType[] values()
for (CivicLocationElement.LocationType c : CivicLocationElement.LocationType.values()) System.out.println(c);
public static CivicLocationElement.LocationType 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 null