public class QuerySegment extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTRIBUTE |
static int |
COLLECTION |
static int |
CONCAT |
static int |
CURRENT |
static int |
EXPAND |
static int |
FALSE |
static int |
METHOD |
static int |
NULL |
static int |
NUMBER |
static int |
PARAMETER |
static int |
PARENT |
static int |
PROPERTY |
static int |
ROOT |
static int |
STRING |
static int |
TRUE |
| Constructor and Description |
|---|
QuerySegment(int type) |
QuerySegment(String id,
int type) |
QuerySegment(String id,
Query query,
int type) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(Object value)
Add a value that is associated with this QuerySegment.
|
void |
createValues() |
String |
getId()
Return the identification string.
|
Query |
getQuery() |
int |
getType()
Return this QuerySegments type.
|
List<Object> |
getValues()
Returns a list of values for this QuerySegment.
|
String |
toString() |
public static final int STRING
public static final int TRUE
public static final int FALSE
public static final int CURRENT
public static final int PARENT
public static final int ROOT
public static final int ATTRIBUTE
public static final int PARAMETER
public static final int PROPERTY
public static final int COLLECTION
public static final int METHOD
public static final int EXPAND
public static final int NUMBER
public static final int NULL
public static final int CONCAT
public QuerySegment(int type)
public QuerySegment(String id, int type)
public void addValue(Object value)
public void createValues()
public String getId()
public Query getQuery()
public int getType()
Copyright © 2013 Atlassian. All Rights Reserved.