Enum-Klasse IndexType

java.lang.Object
java.lang.Enum<IndexType>
org.teamapps.universaldb.index.IndexType
Alle implementierten Schnittstellen:
Serializable, Comparable<IndexType>, Constable

public enum IndexType extends Enum<IndexType>
  • Enum-Konstanten - Details

    • BOOLEAN

      public static final IndexType BOOLEAN
    • SHORT

      public static final IndexType SHORT
    • INT

      public static final IndexType INT
    • LONG

      public static final IndexType LONG
    • FLOAT

      public static final IndexType FLOAT
    • DOUBLE

      public static final IndexType DOUBLE
    • TEXT

      public static final IndexType TEXT
    • TRANSLATABLE_TEXT

      public static final IndexType TRANSLATABLE_TEXT
    • REFERENCE

      public static final IndexType REFERENCE
    • MULTI_REFERENCE

      public static final IndexType MULTI_REFERENCE
    • FILE

      public static final IndexType FILE
    • BINARY

      public static final IndexType BINARY
    • FILE_NG

      public static final IndexType FILE_NG
  • Methodendetails

    • values

      public static IndexType[] values()
      Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.
      Gibt zurück:
      ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration
    • valueOf

      public static IndexType valueOf(String name)
      Gibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück. Die Zeichenfolge muss exakt mit einer ID übereinstimmen, mit der eine Enum-Konstante in dieser Klasse deklariert wird. (Zusätzliche Leerzeichen sind nicht zulässig.)
      Parameter:
      name - Name der zurückzugebenden Enumerationskonstante.
      Gibt zurück:
      Enumerationskonstante mit dem angegebenen Namen
      Löst aus:
      IllegalArgumentException - wenn diese Enum-Klasse keine Konstante mit dem angegebenen Namen enthält
      NullPointerException - wenn das Argument nicht angegeben wird
    • getId

      public int getId()
    • getIndexTypeById

      public static IndexType getIndexTypeById(int id)