public enum ScheduleObjectType extends Enum<ScheduleObjectType>
Enum Constant and Description |
---|
context |
historicaldatacache |
matchrecognize |
outputratelimiting |
pattern |
view |
Modifier and Type | Method and Description |
---|---|
static ScheduleObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScheduleObjectType context
public static final ScheduleObjectType historicaldatacache
public static final ScheduleObjectType matchrecognize
public static final ScheduleObjectType outputratelimiting
public static final ScheduleObjectType pattern
public static final ScheduleObjectType view
public static ScheduleObjectType[] values()
for (ScheduleObjectType c : ScheduleObjectType.values()) System.out.println(c);
public static ScheduleObjectType 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 nullCopyright © 2005–2020. All rights reserved.