public enum JobFlag extends Enum<JobFlag>
Enum Constant and Description |
---|
DUP
Flag for dup. jobs.
|
HELD
Flag for held jobs.
|
JCL_ERROR
Flag for jobs with JCL error.
|
Modifier and Type | Method and Description |
---|---|
Pattern |
getRestPattern()
Pattern used for JES communication to parse jobs rest values
|
static JobFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobFlag DUP
public static final JobFlag JCL_ERROR
public static final JobFlag HELD
public static JobFlag[] values()
for (JobFlag c : JobFlag.values()) System.out.println(c);
public static JobFlag 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 Pattern getRestPattern()
Copyright © 2025. All rights reserved.