| Package | Description |
|---|---|
| org.wso2.carbon.databridge.commons | |
| org.wso2.carbon.databridge.commons.utils |
| Modifier and Type | Method and Description |
|---|---|
AttributeType |
Attribute.getType() |
static AttributeType |
AttributeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeType[] |
AttributeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamDefinition.addCorrelationData(String name,
AttributeType type) |
void |
StreamDefinition.addMetaData(String name,
AttributeType type) |
void |
StreamDefinition.addPayloadData(String name,
AttributeType type) |
void |
Attribute.setType(AttributeType type) |
| Constructor and Description |
|---|
Attribute(String name,
AttributeType type) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeType[] |
EventDefinitionConverterUtils.generateAttributeTypeArray(List<Attribute> attributes) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
EventConverterUtils.getValue(String val,
AttributeType attributeType) |
Copyright © 2017 WSO2. All rights reserved.