Enum Constant and Description |
---|
CORE |
CYRUS |
DAV |
EAS |
ELASTICSEARCH |
HPS |
IPS |
LMTPD |
LOCATOR |
NODE |
PHP |
POSTFIX |
TIKA |
WEBSERVER |
XMPP |
YSNP |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFile() |
java.lang.String |
getServiceName() |
java.lang.String |
toString() |
static BmService |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BmService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BmService CORE
public static final BmService CYRUS
public static final BmService EAS
public static final BmService ELASTICSEARCH
public static final BmService HPS
public static final BmService IPS
public static final BmService LMTPD
public static final BmService LOCATOR
public static final BmService NODE
public static final BmService TIKA
public static final BmService WEBSERVER
public static final BmService XMPP
public static final BmService DAV
public static final BmService POSTFIX
public static final BmService YSNP
public static final BmService PHP
public static BmService[] values()
for (BmService c : BmService.values()) System.out.println(c);
public static BmService 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 nullpublic java.lang.String getServiceName()
public java.lang.String getFile()
public java.lang.String toString()
toString
in class java.lang.Enum<BmService>
Copyright © 2021. All Rights Reserved.