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