public enum DocsHelper extends Enum<DocsHelper>
| Enum Constant and Description |
|---|
PAGE_ES_CONFIGURATION |
PAGE_LDAP_TROUBLESHOOTING |
PAGE_SENDING_JSONPATH |
| Modifier and Type | Method and Description |
|---|---|
String |
toLink(String title) |
String |
toString() |
static DocsHelper |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocsHelper[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocsHelper PAGE_SENDING_JSONPATH
public static final DocsHelper PAGE_ES_CONFIGURATION
public static final DocsHelper PAGE_LDAP_TROUBLESHOOTING
public static DocsHelper[] values()
for (DocsHelper c : DocsHelper.values()) System.out.println(c);
public static DocsHelper 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 String toString()
toString in class Enum<DocsHelper>Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.