public enum QueryFilterEnum extends Enum<QueryFilterEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
static QueryFilterEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryFilterEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryFilterEnum FILE_NAME
public static final QueryFilterEnum CONTENT
public static final QueryFilterEnum ALL
public static QueryFilterEnum[] values()
for (QueryFilterEnum c : QueryFilterEnum.values()) System.out.println(c);
public static QueryFilterEnum 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 getType()
Copyright © 2018 YiFangYun. All rights reserved.