| Package | Description |
|---|---|
| org.xins.common.spec |
API specification classes.
|
| Modifier and Type | Method and Description |
|---|---|
DataSectionElementSpec |
FunctionSpec.getInputDataSectionElement(String elementName)
Gets the specification of the element of the input data section with the
specified name.
|
DataSectionElementSpec |
FunctionSpec.getOutputDataSectionElement(String elementName)
Gets the specification of the element of the output data section with the
specified name.
|
DataSectionElementSpec |
ErrorCodeSpec.getOutputDataSectionElement(String elementName)
Gets the specification of the element of the output data section with the
specified name.
|
DataSectionElementSpec |
DataSectionElementSpec.getSubElement(String elementName)
Gets the specified sub element that are included in this element.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,DataSectionElementSpec> |
FunctionSpec.getInputDataSectionElements()
Gets the specification of the elements of the input data section.
|
Map<String,DataSectionElementSpec> |
FunctionSpec.getOutputDataSectionElements()
Gets the specification of the elements of the output data section.
|
See http://www.xins.org/.