public static enum ServerFilterForm.ServerQuickFilterType extends java.lang.Enum<ServerFilterForm.ServerQuickFilterType>
| Enum Constant and Description |
|---|
ALL |
OFFLINE |
ONLINE |
OUT_OF_DATE |
PROTECTED |
UNPROTECTED |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ServerFilterForm.ServerQuickFilterType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerFilterForm.ServerQuickFilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerFilterForm.ServerQuickFilterType ALL
public static final ServerFilterForm.ServerQuickFilterType PROTECTED
public static final ServerFilterForm.ServerQuickFilterType UNPROTECTED
public static final ServerFilterForm.ServerQuickFilterType ONLINE
public static final ServerFilterForm.ServerQuickFilterType OFFLINE
public static final ServerFilterForm.ServerQuickFilterType OUT_OF_DATE
public static ServerFilterForm.ServerQuickFilterType[] values()
public static ServerFilterForm.ServerQuickFilterType 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 toString()
toString in class java.lang.Enum<ServerFilterForm.ServerQuickFilterType>Copyright © 2022 Contrast Security, Inc.. All rights reserved.