@Deprecated public enum OffloadingJobProperties extends java.lang.Enum<OffloadingJobProperties>
Enum Constant and Description |
---|
INPUT_PAYLOAD
Deprecated.
|
LOCATION
Deprecated.
|
OUTPUT_PAYLOAD
Deprecated.
|
STATUS
Deprecated.
|
TIME_END
Deprecated.
|
TIME_START
Deprecated.
|
TRANSPORT_ERROR
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
propertyName()
Deprecated.
|
static OffloadingJobProperties |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OffloadingJobProperties[] |
values()
Deprecated.
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. All Rights Reserved