public enum StorageStatusReportFilter extends Enum<StorageStatusReportFilter> implements ReportFilter
| Enum Constant and Description |
|---|
STORAGE_STATUS_FILTER_DATATYPE |
STORAGE_STATUS_FILTER_PROVIDERID |
| Modifier and Type | Method and Description |
|---|---|
StorageStatusReportFilter |
toEnum(String text) |
String |
toName() |
static StorageStatusReportFilter |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageStatusReportFilter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StorageStatusReportFilter STORAGE_STATUS_FILTER_DATATYPE
public static final StorageStatusReportFilter STORAGE_STATUS_FILTER_PROVIDERID
public static StorageStatusReportFilter[] values()
for (StorageStatusReportFilter c : StorageStatusReportFilter.values()) System.out.println(c);
public static StorageStatusReportFilter 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 toName()
toName in interface ReportFilterpublic StorageStatusReportFilter toEnum(String text)
toEnum in interface ReportFilterCopyright © 2015. All Rights Reserved.