public class ReturnAttributeMetaData extends Object
| Constructor and Description |
|---|
ReturnAttributeMetaData() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
List<org.wso2.siddhi.annotation.util.DataType> |
getType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(List<org.wso2.siddhi.annotation.util.DataType> type) |
public String getName()
public void setName(String name)
public List<org.wso2.siddhi.annotation.util.DataType> getType()
public void setType(List<org.wso2.siddhi.annotation.util.DataType> type)
public String getDescription()
public void setDescription(String description)
Copyright © 2019 WSO2. All rights reserved.