public static enum SchedulerSubscriptionUpdate.SubscriptionTypeEnum extends Enum<SchedulerSubscriptionUpdate.SubscriptionTypeEnum>
Enum Constant and Description |
---|
CHANNEL |
CLOUD_AUTOMATION |
JOB |
JOB_PLANNER |
RM |
SCHEDULER |
Modifier and Type | Method and Description |
---|---|
static SchedulerSubscriptionUpdate.SubscriptionTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static SchedulerSubscriptionUpdate.SubscriptionTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchedulerSubscriptionUpdate.SubscriptionTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchedulerSubscriptionUpdate.SubscriptionTypeEnum JOB_PLANNER
public static final SchedulerSubscriptionUpdate.SubscriptionTypeEnum SCHEDULER
public static final SchedulerSubscriptionUpdate.SubscriptionTypeEnum JOB
public static final SchedulerSubscriptionUpdate.SubscriptionTypeEnum RM
public static final SchedulerSubscriptionUpdate.SubscriptionTypeEnum CLOUD_AUTOMATION
public static final SchedulerSubscriptionUpdate.SubscriptionTypeEnum CHANNEL
public static SchedulerSubscriptionUpdate.SubscriptionTypeEnum[] values()
for (SchedulerSubscriptionUpdate.SubscriptionTypeEnum c : SchedulerSubscriptionUpdate.SubscriptionTypeEnum.values()) System.out.println(c);
public static SchedulerSubscriptionUpdate.SubscriptionTypeEnum 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 getValue()
public String toString()
toString
in class Enum<SchedulerSubscriptionUpdate.SubscriptionTypeEnum>
public static SchedulerSubscriptionUpdate.SubscriptionTypeEnum fromValue(String value)