java.lang.Object
java.lang.Enum<SetLabelModeOfOperation>
de.ipk_gatersleben.ag_nw.graffiti.plugins.misc.process_alternative_ids.SetLabelModeOfOperation
All Implemented Interfaces:
Serializable, Comparable<SetLabelModeOfOperation>, java.lang.constant.Constable

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

    • setLabelCreateTableUseExistingLabelAsTableHeaderCreateColumns

      public static final SetLabelModeOfOperation setLabelCreateTableUseExistingLabelAsTableHeaderCreateColumns
    • setLabelCreateTableUseExistingLabelAsTableHeaderCreateRows

      public static final SetLabelModeOfOperation setLabelCreateTableUseExistingLabelAsTableHeaderCreateRows
    • setLabelCreateTableCreateColumns

      public static final SetLabelModeOfOperation setLabelCreateTableCreateColumns
    • setLabelCreateTableCreateRows

      public static final SetLabelModeOfOperation setLabelCreateTableCreateRows
    • setLabelFromAllMappingsDivideByDivider

      public static final SetLabelModeOfOperation setLabelFromAllMappingsDivideByDivider
    • setLabelAsSingleUniqueListDivideByDivider

      public static final SetLabelModeOfOperation setLabelAsSingleUniqueListDivideByDivider
  • Method Details

    • values

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

      public static SetLabelModeOfOperation valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

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