org.wso2.siddhi.query.api.definition
Class Attribute

java.lang.Object
  extended by org.wso2.siddhi.query.api.definition.Attribute

public class Attribute
extends Object


Nested Class Summary
static class Attribute.Type
           
 
Constructor Summary
Attribute(String name, Attribute.Type type)
           
 
Method Summary
 boolean equals(Object o)
           
 String getName()
           
 Attribute.Type getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(String name,
                 Attribute.Type type)
Method Detail

getName

public String getName()

getType

public Attribute.Type getType()

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.