| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.fromCode(String code) |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Type |
ResultMeta.getType() |
Type |
ArgMeta.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultMeta.setType(Type type) |
void |
ArgMeta.setType(Type type) |
| Constructor and Description |
|---|
ArgMeta(String name,
Type type) |
ResultMeta(Type type) |
Copyright © 2016–2018 Softelnet. All rights reserved.