public enum ServiceReportFilter extends Enum<ServiceReportFilter>
| Enum Constant and Description |
|---|
SERVICE_FILTER_DOMAIN |
SERVICE_FILTER_SERVICE_CLASS |
SERVICE_FILTER_SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ServiceReportFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceReportFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceReportFilter SERVICE_FILTER_SERVICE_CLASS
public static final ServiceReportFilter SERVICE_FILTER_SERVICE_NAME
public static final ServiceReportFilter SERVICE_FILTER_DOMAIN
public static ServiceReportFilter[] values()
for (ServiceReportFilter c : ServiceReportFilter.values()) System.out.println(c);
public static ServiceReportFilter 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<ServiceReportFilter>Copyright © 2014. All Rights Reserved.