Package | Description |
---|---|
org.ballerinalang.composer.service.workspace.model |
Modifier and Type | Method and Description |
---|---|
Function |
Function.addAnnotationsItem(Annotation annotationsItem) |
Function |
Function.addParametersItem(Parameter parametersItem) |
Function |
Function.addReturnParamsItem(Parameter returnParamsItem) |
Function |
Function.annotations(List<Annotation> annotations) |
Function |
Function.description(String description) |
Function |
Function.name(String name) |
Function |
Function.parameters(List<Parameter> parameters) |
Function |
Function.returnParams(List<Parameter> returnParams) |
Modifier and Type | Method and Description |
---|---|
List<Function> |
ModelPackage.getFunctions()
List of **public** functions available in the package
|
Modifier and Type | Method and Description |
---|---|
ModelPackage |
ModelPackage.addFunctionsItem(Function functionsItem) |
Modifier and Type | Method and Description |
---|---|
ModelPackage |
ModelPackage.functions(List<Function> functions) |
void |
ModelPackage.setFunctions(List<Function> functions) |
Copyright © 2017 WSO2. All rights reserved.