Uses of Class
org.apache.commons.modeler.ParameterInfo
-
Packages that use ParameterInfo Package Description org.apache.commons.modeler The Modeler component of the Jakarta Commons subproject offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification. -
-
Uses of ParameterInfo in org.apache.commons.modeler
Fields in org.apache.commons.modeler declared as ParameterInfo Modifier and Type Field Description protected ParameterInfo[]
ConstructorInfo. parameters
protected ParameterInfo[]
OperationInfo. parameters
Methods in org.apache.commons.modeler that return ParameterInfo Modifier and Type Method Description ParameterInfo[]
ConstructorInfo. getSignature()
The set of parameters for this constructor.ParameterInfo[]
OperationInfo. getSignature()
The set of parameters for this operation.Methods in org.apache.commons.modeler with parameters of type ParameterInfo Modifier and Type Method Description void
ConstructorInfo. addParameter(ParameterInfo parameter)
Add a new parameter to the set of parameters for this constructor.void
OperationInfo. addParameter(ParameterInfo parameter)
Add a new parameter to the set of arguments for this operation.
-