Class ConnectorTypeConfigurationField

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLabel() The label displayed in the admin interface.
      final String getKey() The technical key of the parameter.
      final Boolean getMandatory() Is the parameter is mandatory?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConnectorTypeConfigurationField

        ConnectorTypeConfigurationField(String label, String key, Boolean mandatory)