public static enum StyleElement.OnFailure extends java.lang.Enum<StyleElement.OnFailure>
| Enum Constant and Description |
|---|
IGNORED_INSTRUCTION |
REPORT_ALWAYS |
REPORT_DYNAMICALLY_UNLESS_FALLBACK_AVAILABLE |
REPORT_IF_INSTANTIATED |
REPORT_STATICALLY_UNLESS_FALLBACK_AVAILABLE |
REPORT_UNLESS_FORWARDS_COMPATIBLE |
| Modifier and Type | Method and Description |
|---|---|
static StyleElement.OnFailure |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StyleElement.OnFailure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StyleElement.OnFailure REPORT_ALWAYS
public static final StyleElement.OnFailure REPORT_UNLESS_FORWARDS_COMPATIBLE
public static final StyleElement.OnFailure REPORT_IF_INSTANTIATED
public static final StyleElement.OnFailure REPORT_STATICALLY_UNLESS_FALLBACK_AVAILABLE
public static final StyleElement.OnFailure REPORT_DYNAMICALLY_UNLESS_FALLBACK_AVAILABLE
public static final StyleElement.OnFailure IGNORED_INSTRUCTION
public static StyleElement.OnFailure[] values()
for (StyleElement.OnFailure c : StyleElement.OnFailure.values()) System.out.println(c);
public static StyleElement.OnFailure 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 nullCopyright (c) 2004-2020 Saxonica Limited.