Uses of Class
org.wso2.siddhi.query.api.definition.Attribute.Type

Packages that use Attribute.Type
org.wso2.siddhi.query.api.definition   
org.wso2.siddhi.query.api.expression   
 

Uses of Attribute.Type in org.wso2.siddhi.query.api.definition
 

Methods in org.wso2.siddhi.query.api.definition that return Attribute.Type
 Attribute.Type AbstractDefinition.getAttributeType(String attributeName)
           
 Attribute.Type Attribute.getType()
           
static Attribute.Type Attribute.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Attribute.Type[] Attribute.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.wso2.siddhi.query.api.definition with parameters of type Attribute.Type
 TableDefinition TableDefinition.attribute(String attributeName, Attribute.Type type)
           
 StreamDefinition StreamDefinition.attribute(String attributeName, Attribute.Type type)
           
 

Constructors in org.wso2.siddhi.query.api.definition with parameters of type Attribute.Type
Attribute(String name, Attribute.Type type)
           
 

Uses of Attribute.Type in org.wso2.siddhi.query.api.expression
 

Methods in org.wso2.siddhi.query.api.expression that return Attribute.Type
 Attribute.Type Type.getType()
           
 

Methods in org.wso2.siddhi.query.api.expression with parameters of type Attribute.Type
static Type Expression.type(Attribute.Type type)
           
 

Constructors in org.wso2.siddhi.query.api.expression with parameters of type Attribute.Type
Type(Attribute.Type type)
           
 



Copyright © 2014. All rights reserved.