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