public static enum JobOpening.EnumType extends Enum<JobOpening.EnumType>
| Enum Constant and Description |
|---|
VALUE_CONTRACT |
VALUE_FULL_TIME |
VALUE_INTERNSHIP |
VALUE_PART_TIME |
VALUE_VOLUNTEER |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JobOpening.EnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobOpening.EnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="CONTRACT") public static final JobOpening.EnumType VALUE_CONTRACT
@SerializedName(value="FULL_TIME") public static final JobOpening.EnumType VALUE_FULL_TIME
@SerializedName(value="INTERNSHIP") public static final JobOpening.EnumType VALUE_INTERNSHIP
@SerializedName(value="PART_TIME") public static final JobOpening.EnumType VALUE_PART_TIME
@SerializedName(value="VOLUNTEER") public static final JobOpening.EnumType VALUE_VOLUNTEER
public static JobOpening.EnumType[] values()
for (JobOpening.EnumType c : JobOpening.EnumType.values()) System.out.println(c);
public static JobOpening.EnumType 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 nullpublic String toString()
toString in class Enum<JobOpening.EnumType>Copyright © 2024. All rights reserved.