Interface OperationParameter

    • Method Detail

      • getName

        java.lang.String getName()
      • getDefaultValue

        java.lang.String getDefaultValue()
      • getDescription

        java.lang.String getDescription()
      • getValidValues

        java.util.List<java.lang.String> getValidValues()
      • getType

        java.lang.Class<?> getType()
      • getGenericType

        java.lang.reflect.Type getGenericType()
      • isMandatory

        boolean isMandatory()