public static final class JDFElement.EnumSettingsPolicy
extends org.apache.commons.lang.enums.ValuedEnum
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.
Modifier and Type | Field and Description |
---|---|
static JDFElement.EnumSettingsPolicy |
BestEffort |
static JDFElement.EnumSettingsPolicy |
MustHonor |
static JDFElement.EnumSettingsPolicy |
OperatorIntervention |
Modifier and Type | Method and Description |
---|---|
static JDFElement.EnumSettingsPolicy |
getEnum(int enumValue) |
static JDFElement.EnumSettingsPolicy |
getEnum(String enumName) |
static List |
getEnumList() |
static Map |
getEnumMap() |
static Iterator |
iterator() |
compareTo, getEnum, getValue, toString
public static final JDFElement.EnumSettingsPolicy BestEffort
public static final JDFElement.EnumSettingsPolicy MustHonor
public static final JDFElement.EnumSettingsPolicy OperatorIntervention
public static JDFElement.EnumSettingsPolicy getEnum(String enumName)
enumName
- the name of the enum object to returnpublic static JDFElement.EnumSettingsPolicy getEnum(int enumValue)
enumValue
- the value of the enum object to returnpublic static Map getEnumMap()
public static List getEnumList()
public static Iterator iterator()
Copyright © 2018. All rights reserved.