fr.cnes.sitools.dataset.database.mongodb
Class OperatorMongoDB

java.lang.Object
  extended by fr.cnes.sitools.dataset.database.mongodb.OperatorMongoDB

public final class OperatorMongoDB
extends java.lang.Object

Utility class to get Query operator String for MongoDB

Author:
m.gond

Method Summary
static java.lang.String getOperatorValue(Operator operator)
          Get the operator value for a MongoDB query
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOperatorValue

public static java.lang.String getOperatorValue(Operator operator)
Get the operator value for a MongoDB query

Parameters:
operator - the Operator
Returns:
the string representation of this operator for MongoDB


Copyright © 2010-2013 CNES. All Rights Reserved.