public class BaseActionMeta extends BaseProcessorMeta implements ActionMeta
| Constructor and Description |
|---|
BaseActionMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
addArgs(List<DataType> args) |
DataType |
getArg(String name) |
List<DataType> |
getArgs() |
DataType |
getResult() |
boolean |
isCallable() |
void |
setArgs(List<DataType> args) |
void |
setCallable(boolean callable) |
void |
setResult(DataType result) |
getCategory, getDescription, getFeatures, getLabel, getName, getVersion, setCategory, setDescription, setFeatures, setLabel, setName, setVersion, withCategory, withDescription, withFeature, withFeatures, withLabel, withName, withVersionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCategory, getFeatures, setCategory, setFeaturesgetDescription, getLabel, getName, setDescription, setLabel, setNamegetVersion, setVersionpublic List<DataType> getArgs()
getArgs in interface ActionMetapublic void setArgs(List<DataType> args)
setArgs in interface ActionMetapublic void addArgs(List<DataType> args)
addArgs in interface ActionMetapublic DataType getArg(String name)
getArg in interface ActionMetapublic DataType getResult()
getResult in interface ActionMetapublic void setResult(DataType result)
setResult in interface ActionMetapublic boolean isCallable()
isCallable in interface ActionMetapublic void setCallable(boolean callable)
setCallable in interface ActionMetaCopyright © 2016–2019 Softelnet. All rights reserved.