Enum Class MappingType

java.lang.Object
java.lang.Enum<MappingType>
io.atlasmap.v2.MappingType
All Implemented Interfaces:
Serializable, Comparable<MappingType>, java.lang.constant.Constable

@Deprecated public enum MappingType extends Enum<MappingType>
Deprecated.
  • Enum Constant Details

    • ALL

      public static final MappingType ALL
      Deprecated.
    • COLLECTION

      public static final MappingType COLLECTION
      Deprecated.
    • COMBINE

      public static final MappingType COMBINE
      Deprecated.
    • LOOKUP

      public static final MappingType LOOKUP
      Deprecated.
    • MAP

      public static final MappingType MAP
      Deprecated.
    • SEPARATE

      public static final MappingType SEPARATE
      Deprecated.
    • NONE

      public static final MappingType NONE
      Deprecated.
  • Method Details

    • values

      public static MappingType[] values()
      Deprecated.
      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 MappingType valueOf(String name)
      Deprecated.
      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
    • value

      public String value()
      Deprecated.
    • fromValue

      public static MappingType fromValue(String v)
      Deprecated.