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

Quick Search    Search Deep

com.aendvari.common.osm
Class QueryOsmPath.Operator  view QueryOsmPath.Operator download QueryOsmPath.Operator.java

java.lang.Object
  extended bycom.aendvari.common.osm.QueryOsmPath.Operator
Enclosing class:
QueryOsmPath

protected static class QueryOsmPath.Operator
extends java.lang.Object

Represents a single operation to perform during expression evaluation.


Nested Class Summary
static interface QueryOsmPath.Operator.Type
          Defines the constants for the operation type.
 
Field Summary
 int intParameter
          An integer parameter for the operation.
 java.lang.String stringParameter
          A string parameter for the operation.
 int type
          The operation to perform.
 
Constructor Summary
QueryOsmPath.Operator(int setType, java.lang.String setStringParameter, int setIntParameter)
          Creates an Operator instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

public int type
The operation to perform.


stringParameter

public java.lang.String stringParameter
A string parameter for the operation.


intParameter

public int intParameter
An integer parameter for the operation.

Constructor Detail

QueryOsmPath.Operator

public QueryOsmPath.Operator(int setType,
                             java.lang.String setStringParameter,
                             int setIntParameter)
Creates an Operator instance.