com.endeca.navigation.analytics
Class ExprBinary.ExprBinaryOp

java.lang.Object
  extended by com.endeca.navigation.analytics.ExprBinary.ExprBinaryOp
Enclosing class:
ExprBinary

public static class ExprBinary.ExprBinaryOp
extends Object

Enumeration of Endeca mathematical operators.


Method Summary
 String toString()
          Returns the string form of the mathematical operator.
 String toWire()
          Returns the wire form of the mathematical operator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toWire

public String toWire()
Returns the wire form of the mathematical operator.

Returns:
a wire representation of the mathematical operator.

toString

public String toString()
Returns the string form of the mathematical operator.

Overrides:
toString in class Object
Returns:
a string representation of the mathematical operator.


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential