public interface ActionMeta extends ProcessorMeta
| Modifier and Type | Method and Description |
|---|---|
void |
addArgs(List<DataType> args)
Adds the (optional) argument type.
|
DataType |
getArg(String name)
Returns the argument type.
|
List<DataType> |
getArgs()
Returns the argument types or
null in not specified. |
DataType |
getResult()
Returns the result type or
null in not specified. |
boolean |
isCallable()
Tells if this action is callable.
|
void |
setArgs(List<DataType> args)
Sets the (optional) argument types.
|
void |
setCallable(boolean callable)
Sets the callable flag.
|
void |
setResult(DataType result)
Sets the (optional) result type.
|
getCategory, getFeatures, setCategory, setFeaturesgetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersionList<DataType> getArgs()
null in not specified.void setArgs(List<DataType> args)
args - the argument types.void addArgs(List<DataType> args)
args - the argument type.DataType getArg(String name)
name - the argument name.DataType getResult()
null in not specified.void setResult(DataType result)
result - the result type.boolean isCallable()
onCall method defined. Defaults to true.true if this action is callable.void setCallable(boolean callable)
callable - the callable flag.Copyright © 2016–2019 Softelnet. All rights reserved.