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.
|
ParameterSpec |
FunctionSpec.getInputParameter(String parameterName)
Gets the input parameter for 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.
|
Modifier and Type | Method and Description |
---|---|
Map<String,ParameterSpec> |
FunctionSpec.getInputParameters()
Gets the input parameter specifications defined in the function.
|
Map<String,ParameterSpec> |
FunctionSpec.getOutputParameters()
Gets the output parameter specifications defined in the function.
|
Map<String,ParameterSpec> |
ErrorCodeSpec.getOutputParameters()
Gets the output parameter specifications defined in the error code.
|
Modifier and Type | Method and Description |
---|---|
protected JComponent |
TestFormPanel.createInputComponent(ParameterSpec inputSpec) |
See http://www.xins.org/.