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

java.lang.Object
  extended by com.hazelcast.nio.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

See Also:
Serialized Form

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 com.hazelcast.nio.SerializationHelper
readByteArray, readObject, writeByteArray, writeObject
 
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)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Hazel Bilisim Ltd.. All Rights Reserved.