Uses of Class
io.siddhi.query.api.definition.Attribute.Type
-
Packages that use Attribute.Type Package Description io.siddhi.query.api.definition -
-
Uses of Attribute.Type in io.siddhi.query.api.definition
Methods in io.siddhi.query.api.definition that return Attribute.Type Modifier and Type Method Description Attribute.TypeAbstractDefinition. getAttributeType(String attributeName)Attribute.TypeFunctionDefinition. getReturnType()Attribute.TypeAttribute. getType()static Attribute.TypeAttribute.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 io.siddhi.query.api.definition with parameters of type Attribute.Type Modifier and Type Method Description protected AbstractDefinitionAbstractDefinition. attribute(String attributeName, Attribute.Type type)StreamDefinitionStreamDefinition. attribute(String attributeName, Attribute.Type type)TableDefinitionTableDefinition. attribute(String attributeName, Attribute.Type type)FunctionDefinitionFunctionDefinition. type(Attribute.Type type)Constructors in io.siddhi.query.api.definition with parameters of type Attribute.Type Constructor Description Attribute(String name, Attribute.Type type)
-