public enum AddressWorkInfoStatus extends java.lang.Enum<AddressWorkInfoStatus> implements EnumParam
| Enum Constant and Description |
|---|
ALWAYS_OPENED |
FOREVER_CLOSED |
NO_INFORMATION |
TEMPORARILY_CLOSED |
TIMETABLE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static AddressWorkInfoStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AddressWorkInfoStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="no_information") public static final AddressWorkInfoStatus NO_INFORMATION
@SerializedName(value="temporarily_closed") public static final AddressWorkInfoStatus TEMPORARILY_CLOSED
@SerializedName(value="always_opened") public static final AddressWorkInfoStatus ALWAYS_OPENED
@SerializedName(value="timetable") public static final AddressWorkInfoStatus TIMETABLE
@SerializedName(value="forever_closed") public static final AddressWorkInfoStatus FOREVER_CLOSED
public static AddressWorkInfoStatus[] values()
for (AddressWorkInfoStatus c : AddressWorkInfoStatus.values()) System.out.println(c);
public static AddressWorkInfoStatus 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<AddressWorkInfoStatus>