public static class ClearanceSet.JobStatus extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ABORTED_BY_USER |
static int |
_ABORTED_ON_ERROR |
static int |
_NOT_ABORTED |
static ClearanceSet.JobStatus |
ABORTED_BY_USER |
static ClearanceSet.JobStatus |
ABORTED_ON_ERROR |
static ClearanceSet.JobStatus |
NOT_ABORTED |
Modifier and Type | Method and Description |
---|---|
static ClearanceSet.JobStatus |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static ClearanceSet.JobStatus |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static ClearanceSet.JobStatus[] |
values()
Returns an array that contains the values for this enum.
|
public static final ClearanceSet.JobStatus NOT_ABORTED
public static final ClearanceSet.JobStatus ABORTED_BY_USER
public static final ClearanceSet.JobStatus ABORTED_ON_ERROR
public static final int _NOT_ABORTED
public static final int _ABORTED_BY_USER
public static final int _ABORTED_ON_ERROR
public static ClearanceSet.JobStatus valueOf(int value)
public static ClearanceSet.JobStatus valueOf(String name)
public static ClearanceSet.JobStatus[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.