Enum Class FixTable

java.lang.Object
java.lang.Enum<FixTable>
ch.nolix.systemapi.sqlmidschema.databasestructure.FixTable
All Implemented Interfaces:
INameHolder, Serializable, Comparable<FixTable>, Constable

public enum FixTable extends Enum<FixTable> implements INameHolder
Author:
Silvan Wyss
  • Enum Constant Details

    • DATABASE_PROPERTY

      public static final FixTable DATABASE_PROPERTY
    • TABLE

      public static final FixTable TABLE
    • COLUMN

      public static final FixTable COLUMN
    • REFERENCEABLE_TABLE

      public static final FixTable REFERENCEABLE_TABLE
    • BACK_REFERENCEABLE_COLUMN

      public static final FixTable BACK_REFERENCEABLE_COLUMN
    • ENTITY_INDEX

      public static final FixTable ENTITY_INDEX
    • MULTI_VALUE_ENTRY

      public static final FixTable MULTI_VALUE_ENTRY
    • MULTI_REFERENCE_ENTRY

      public static final FixTable MULTI_REFERENCE_ENTRY
    • MULTI_BACK_REFERENCE_ENTRY

      public static final FixTable MULTI_BACK_REFERENCE_ENTRY
  • Method Details

    • values

      public static FixTable[] 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 FixTable 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
    • getName

      public String getName()
      Specified by:
      getName in interface INameHolder
      Returns:
      the name of the current INameHolder.