public class QueryPreferenceValue extends Object implements PreferenceValue
| Modifier and Type | Field and Description |
|---|---|
static String |
CATEGORY_ATTRIBUTE |
static String |
DEFAULT_CATEGORY |
static String |
DEFAULT_SCOPE |
static String |
ORDER_BY_ATTRIBUTE |
static String |
SCOPE_ATTRIBUTE |
static String |
SELECT_ATTRIBUTE |
static String |
WHERE_ATTRIBUTE |
| Constructor and Description |
|---|
QueryPreferenceValue(Map<String,Object> preferenceValueAttributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAttributes() |
String |
getCategory() |
String |
getOrderBy() |
String |
getScope() |
String |
getSelect() |
String |
getWhere() |
public static final String SCOPE_ATTRIBUTE
public static final String CATEGORY_ATTRIBUTE
public static final String SELECT_ATTRIBUTE
public static final String WHERE_ATTRIBUTE
public static final String ORDER_BY_ATTRIBUTE
public static final String DEFAULT_SCOPE
public static final String DEFAULT_CATEGORY
public Map<String,Object> getAttributes()
getAttributes in interface PreferenceValuepublic String getScope()
public String getCategory()
public String getSelect()
public String getWhere()
public String getOrderBy()
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.