|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebwork.util.QuerySegment
A segment of a ValueStack Query.
Field Summary | |
static int |
ATTRIBUTE
|
static int |
COLLECTION
|
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 Summary | |
QuerySegment(int type)
|
|
QuerySegment(java.lang.String id,
int type)
|
|
QuerySegment(java.lang.String id,
Query query,
int type)
|
Method Summary | |
void |
addValue(java.lang.Object value)
Add a value that is associated with this QuerySegment. |
void |
createValues()
|
java.lang.String |
getId()
Return the identification string. |
Query |
getQuery()
|
int |
getType()
Return this QuerySegments type. |
java.util.List |
getValues()
Returns a list of values for this QuerySegment. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
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
Constructor Detail |
public QuerySegment(int type)
public QuerySegment(java.lang.String id, int type)
public QuerySegment(java.lang.String id, Query query, int type)
Method Detail |
public void addValue(java.lang.Object value)
public void createValues()
public java.lang.String getId()
public Query getQuery()
public int getType()
public java.util.List getValues()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |