Package | Description |
---|---|
org.xins.common.spec |
API specification classes.
|
Modifier and Type | Method and Description |
---|---|
ParameterSpec |
DataSectionElementSpec.getAttribute(String attributeName)
Gets the specification of the specified attribute of the element.
|
ErrorCodeSpec |
FunctionSpec.getErrorCode(String errorCodeName)
Gets the error code specification for the specified error code.
|
FunctionSpec |
APISpec.getFunction(String functionName)
Gets the specification of the given function.
|
DataSectionElementSpec |
FunctionSpec.getInputDataSectionElement(String elementName)
Gets the specification of the element of the input data section with the
specified name.
|
ParameterSpec |
FunctionSpec.getInputParameter(String parameterName)
Gets the input parameter for 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.
|
ParameterSpec |
FunctionSpec.getOutputParameter(String parameterName)
Gets the output parameter of the specified name.
|
ParameterSpec |
ErrorCodeSpec.getOutputParameter(String parameterName)
Gets the output parameter for the specified name.
|
DataSectionElementSpec |
DataSectionElementSpec.getSubElement(String elementName)
Gets the specified sub element that are included in this element.
|
See http://www.xins.org/.