public enum BeltwayHit extends java.lang.Enum<BeltwayHit>
| Enum Constant and Description |
|---|
IN_KAD |
IN_MKAD |
NONE |
OUT_KAD |
OUT_MKAD |
UNKNOWN
Catch-all constant for unrecognized response contents
|
| Modifier and Type | Method and Description |
|---|---|
static BeltwayHit |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BeltwayHit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeltwayHit IN_MKAD
public static final BeltwayHit OUT_MKAD
public static final BeltwayHit IN_KAD
public static final BeltwayHit OUT_KAD
public static final BeltwayHit NONE
public static final BeltwayHit UNKNOWN
public static BeltwayHit[] values()
for (BeltwayHit c : BeltwayHit.values()) System.out.println(c);
public static BeltwayHit 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 null