public enum OffloadingJobProperties extends java.lang.Enum<OffloadingJobProperties>
Enum Constant and Description |
---|
INPUT_PAYLOAD |
LOCATION |
OUTPUT_PAYLOAD |
STATUS |
TIME_END |
TIME_START |
TRANSPORT_ERROR |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
propertyName() |
static OffloadingJobProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OffloadingJobProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OffloadingJobProperties TIME_START
public static final OffloadingJobProperties TIME_END
public static final OffloadingJobProperties STATUS
public static final OffloadingJobProperties LOCATION
public static final OffloadingJobProperties INPUT_PAYLOAD
public static final OffloadingJobProperties OUTPUT_PAYLOAD
public static final OffloadingJobProperties TRANSPORT_ERROR
public static OffloadingJobProperties[] values()
for (OffloadingJobProperties c : OffloadingJobProperties.values()) System.out.println(c);
public static OffloadingJobProperties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String propertyName()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"