org.wso2.siddhi.query.api.definition.partition
Class VariablePartitionType

java.lang.Object
  extended by org.wso2.siddhi.query.api.definition.partition.VariablePartitionType
All Implemented Interfaces:
PartitionType

public class VariablePartitionType
extends Object
implements PartitionType


Constructor Summary
VariablePartitionType(Variable variable)
           
 
Method Summary
 boolean equals(Object o)
           
 Variable getVariable()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VariablePartitionType

public VariablePartitionType(Variable variable)
Method Detail

getVariable

public Variable getVariable()

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2014. All rights reserved.