|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<JobSubmission.JobSubmissionType>
com.sas.hls.job.JobSubmission.JobSubmissionType
public static enum JobSubmission.JobSubmissionType
The allowed types of job submissions.
Enum Constant Summary | |
---|---|
REPOSITORY
The job was submitted in the repository |
|
WORKSPACE
The job was submitted in the current user's workspace |
Method Summary | |
---|---|
static JobSubmission.JobSubmissionType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JobSubmission.JobSubmissionType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final JobSubmission.JobSubmissionType WORKSPACE
public static final JobSubmission.JobSubmissionType REPOSITORY
Method Detail |
---|
public static JobSubmission.JobSubmissionType[] values()
for (JobSubmission.JobSubmissionType c : JobSubmission.JobSubmissionType.values()) System.out.println(c);
public static JobSubmission.JobSubmissionType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |