Interface OperationParameter

    • Method Detail

      • getName

        String getName()
        Returns the parameter name.
        Returns:
        the name
      • getType

        Class<?> getType()
        Returns the parameter type.
        Returns:
        the type
      • isMandatory

        boolean isMandatory()
        Return if the parameter is mandatory (does not accept null values).
        Returns:
        if the parameter is mandatory