Interface XProcParametersPort
public interface XProcParametersPort
An XProc parameter.
-
Method Summary
Modifier and TypeMethodDescriptionGet the list of XProc parameters for this port.Get the parameter's name.
-
Method Details
-
getPortName
String getPortName()Get the parameter's name.- Returns:
- The parameter's name. Might not be
null
.
-
getParameters
XProcParameter[] getParameters()Get the list of XProc parameters for this port.- Returns:
- The list of parameters.
-