Interface EnumeratedValue

All Known Implementing Classes:
CommonConnectorConfig.BinaryHandlingMode, CommonConnectorConfig.EventProcessingFailureHandlingMode, CommonConnectorConfig.SchemaNameAdjustmentMode, CommonConnectorConfig.Version, EventRouterConfigDefinition.AdditionalFieldPlacement, EventRouterConfigDefinition.InvalidOperationBehavior, ExtractNewRecordStateConfigDefinition.DeleteHandling, RelationalDatabaseConnectorConfig.DecimalHandlingMode, TemporalPrecisionMode

public interface EnumeratedValue
A configuration option with a fixed set of possible values, i.e. an enum. To be implemented by any enum types used with ConfigBuilder.
Author:
Brendan Maguire
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the string representation of this value
  • Method Details

    • getValue

      String getValue()
      Returns the string representation of this value
      Returns:
      The string representation of this value