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