public static enum JobKeyFactory.JobGroups extends Enum<JobKeyFactory.JobGroups>
Enum Constant and Description |
---|
STATUS_CHANGE |
SYSTEM_CLEANUP |
Modifier and Type | Method and Description |
---|---|
static JobKeyFactory.JobGroups |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobKeyFactory.JobGroups[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobKeyFactory.JobGroups STATUS_CHANGE
public static final JobKeyFactory.JobGroups SYSTEM_CLEANUP
public static JobKeyFactory.JobGroups[] values()
for (JobKeyFactory.JobGroups c : JobKeyFactory.JobGroups.values()) System.out.println(c);
public static JobKeyFactory.JobGroups 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 © 2019 XIMA MEDIA GmbH. All rights reserved.