Uses of Enum Class
org.wso2.siddhi.query.api.definition.Attribute.Type
Packages that use Attribute.Type
-
Uses of Attribute.Type in org.wso2.siddhi.query.api.definition
Methods in org.wso2.siddhi.query.api.definition that return Attribute.TypeModifier and TypeMethodDescriptionAbstractDefinition.getAttributeType(String attributeName) FunctionDefinition.getReturnType()Attribute.getType()static Attribute.TypeReturns the enum constant of this class with the specified name.static Attribute.Type[]Attribute.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wso2.siddhi.query.api.definition with parameters of type Attribute.TypeModifier and TypeMethodDescriptionStreamDefinition.attribute(String attributeName, Attribute.Type type) TableDefinition.attribute(String attributeName, Attribute.Type type) FunctionDefinition.type(Attribute.Type type) Constructors in org.wso2.siddhi.query.api.definition with parameters of type Attribute.Type