Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.aendvari.common.model
Interface ModelQueryPath.Operator.Type  view ModelQueryPath.Operator.Type download ModelQueryPath.Operator.Type.java

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