Package | Description |
---|---|
org.ballerinalang.siddhi.query.api.definition |
Modifier and Type | Method and Description |
---|---|
Attribute.Type |
AbstractDefinition.getAttributeType(String attributeName) |
Attribute.Type |
FunctionDefinition.getReturnType() |
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.
|
Modifier and Type | Method and Description |
---|---|
TableDefinition |
TableDefinition.attribute(String attributeName,
Attribute.Type type) |
StreamDefinition |
StreamDefinition.attribute(String attributeName,
Attribute.Type type) |
FunctionDefinition |
FunctionDefinition.type(Attribute.Type type) |
Constructor and Description |
---|
Attribute(String name,
Attribute.Type type) |
Copyright © 2018 WSO2. All rights reserved.