OperatorIntervention - Pause job and query the operator when any unsupported attributes, attribute values, or elements are present. If a
device has no operator intervention capabilities, OperatorIntervention is treated as MustHonor.
If not specified, SettingsPolicy is inherited from the parent element, and if not specified in the parent element or further superior element, the
default value defaults to "BestEffort". In JDF 1.1 SettingsPolicy was specified in "Contents of a JDF node" and
"Contents of the abstract Resource element". It has been removed from JDF node and Resource and been promoted to all JDF elements.
- See Also:
- Serialized Form
| Fields inherited from class org.apache.commons.lang.enums.Enum |
iToString |
| Methods inherited from class org.apache.commons.lang.enums.ValuedEnum |
compareTo, getEnum, getValue, toString |
| Methods inherited from class org.apache.commons.lang.enums.Enum |
equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
BestEffort
public static final JDFElement.EnumSettingsPolicy BestEffort
MustHonor
public static final JDFElement.EnumSettingsPolicy MustHonor
OperatorIntervention
public static final JDFElement.EnumSettingsPolicy OperatorIntervention
getEnum
public static JDFElement.EnumSettingsPolicy getEnum(String enumName)
- Parameters:
enumName - the name of the enum object to return
- Returns:
- the enum object if enumName is valid. Otherwise null
getEnum
public static JDFElement.EnumSettingsPolicy getEnum(int enumValue)
- Parameters:
enumValue - the value of the enum object to return
- Returns:
- the enum object if enumName is valid. Otherwise null
getEnumMap
public static Map getEnumMap()
- Returns:
- a map of all orientation enums
getEnumList
public static List getEnumList()
- Returns:
- a list of all orientation enums
iterator
public static Iterator iterator()
- Returns:
- an iterator over the enum objects
Copyright © 2013. All Rights Reserved.