Annotation Type ParameterValue



  • @Documented
    @Target(PARAMETER)
    @Retention(RUNTIME)
    public @interface ParameterValue
    Indicate that actual method parameter is bound to RPC's formal parameter's value.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Indicate binding with formal RPC parameter equally labeled in Parameter.name().
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      ParameterDirectionType direction
      Indicate direction of parameter's value transfer.
    • Element Detail

      • name

        java.lang.String name
        Indicate binding with formal RPC parameter equally labeled in Parameter.name().
        Returns:
        local parameter name
      • direction

        ParameterDirectionType direction
        Indicate direction of parameter's value transfer.
        Returns:
        parameter direction
        Default:
        sk.ipesoft.d2000.d2japi.annotations.ParameterDirectionType.derived