com.hazelcast.query
Class Predicates.GetExpressionImpl<T>

java.lang.Object
  extended by SerializationHelper
      extended by com.hazelcast.query.Predicates.AbstractExpression
          extended by com.hazelcast.query.Predicates.GetExpressionImpl<T>
All Implemented Interfaces:
DataSerializable, Expression, Serializable
Enclosing class:
Predicates

public static final class Predicates.GetExpressionImpl<T>
extends Predicates.AbstractExpression
implements DataSerializable


Constructor Summary
Predicates.GetExpressionImpl()
           
Predicates.GetExpressionImpl(String input)
           
 
Method Summary
 boolean equals(Object o)
           
 com.hazelcast.query.Predicates.GetExpression get(String methodName)
           
 Object getValue(Object obj)
           
 int hashCode()
           
 void readData(DataInput in)
           
 String toString()
           
 void writeData(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Predicates.GetExpressionImpl

public Predicates.GetExpressionImpl()

Predicates.GetExpressionImpl

public Predicates.GetExpressionImpl(String input)
Method Detail

get

public com.hazelcast.query.Predicates.GetExpression get(String methodName)

getValue

public Object getValue(Object obj)
Specified by:
getValue in interface Expression

writeData

public void writeData(DataOutput out)
               throws IOException
Specified by:
writeData in interface DataSerializable
Throws:
IOException

readData

public void readData(DataInput in)
              throws IOException
Specified by:
readData in interface DataSerializable
Throws:
IOException

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2008-2012 Hazelcast, Inc. All Rights Reserved.