Enum Class GlueSourceInfoMode

java.lang.Object
java.lang.Enum<GlueSourceInfoMode>
de.mid.innovator.m2msdk.model.transformation.glue.GlueSourceInfoMode
All Implemented Interfaces:
Serializable, Comparable<GlueSourceInfoMode>, Constable

public enum GlueSourceInfoMode extends Enum<GlueSourceInfoMode>
  • Enum Constant Details

    • sources

      public static final GlueSourceInfoMode sources
      get ALL sources
    • sourcesWithNoTarget

      public static final GlueSourceInfoMode sourcesWithNoTarget
      get all sources with NO target
    • sourcesWithTarget

      public static final GlueSourceInfoMode sourcesWithTarget
      get all sources with targets
    • sourcesWithSingleTarget

      public static final GlueSourceInfoMode sourcesWithSingleTarget
      get all sources with exact one target
    • sourcesWithManyTargets

      public static final GlueSourceInfoMode sourcesWithManyTargets
      get all sources with more than one target
    • sourcesWithNewTarget

      public static final GlueSourceInfoMode sourcesWithNewTarget
      get all sources with targets, which are new
    • sourcesWithFoundTarget

      public static final GlueSourceInfoMode sourcesWithFoundTarget
      get all sources with targets which have been found
  • Method Details

    • values

      public static GlueSourceInfoMode[] 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 GlueSourceInfoMode 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<GlueSourceInfoMode>