public static enum ConfigLinkedDocument.MissingLinkPathAction extends Enum<ConfigLinkedDocument.MissingLinkPathAction>
Modifier and Type | Method and Description |
---|---|
static ConfigLinkedDocument.MissingLinkPathAction |
fromStringValue(String v) |
String |
stringValue() |
static ConfigLinkedDocument.MissingLinkPathAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigLinkedDocument.MissingLinkPathAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigLinkedDocument.MissingLinkPathAction IGNORE
public static final ConfigLinkedDocument.MissingLinkPathAction WARN
public static final ConfigLinkedDocument.MissingLinkPathAction FAIL
public static ConfigLinkedDocument.MissingLinkPathAction[] values()
for (ConfigLinkedDocument.MissingLinkPathAction c : ConfigLinkedDocument.MissingLinkPathAction.values()) System.out.println(c);
public static ConfigLinkedDocument.MissingLinkPathAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ConfigLinkedDocument.MissingLinkPathAction fromStringValue(String v)
public String stringValue()
Copyright © 2020 Instituut voor Nederlandse Taal (INT). All rights reserved.