| Package | Description |
|---|---|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| Modifier and Type | Method and Description |
|---|---|
ArgMeta<T> |
ArgMeta.description(String description) |
ArgMeta<T> |
ArgMeta.displayName(String displayName) |
ArgMeta<?>[] |
ActionOperations.getArgsMeta()
Returns the arguments metadata or
null in not specified. |
ArgMeta<T> |
ArgMeta.required(boolean required) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionOperations.setArgsMeta(ArgMeta<?>... argsMeta)
Sets the (optional) arguments metadata.
|
Copyright © 2016–2018 Softelnet. All rights reserved.