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