Enum Class BindyType

java.lang.Object
java.lang.Enum<BindyType>
org.apache.camel.model.dataformat.BindyType
All Implemented Interfaces:
Serializable, Comparable<BindyType>, Constable

public enum BindyType extends Enum<BindyType>
Represents the different types of Bindy data formats.
  • Enum Constant Details

    • Csv

      public static final BindyType Csv
    • Fixed

      public static final BindyType Fixed
    • KeyValue

      public static final BindyType KeyValue
  • Method Details

    • values

      public static BindyType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static BindyType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null