|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.aendvari.common.model
Interface ModelQueryPath.Operator.Type

- Enclosing interface:
- ModelQueryPath.Operator
- public static interface ModelQueryPath.Operator.Type
Defines the constants for the operation type.
| Field Summary | |
static int |
SelectIndex
Select a node by its position. |
static int |
SelectNode
Select a node by its name. |
| Field Detail |
SelectNode
public static final int SelectNode
- Select a node by its name.
- See Also:
- Constant Field Values
SelectIndex
public static final int SelectIndex
- Select a node by its position.
- See Also:
- Constant Field Values
|
|||||||||
| Home >> All >> com >> aendvari >> common >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC