Enum Class ContainerManagementInformation

java.lang.Object
java.lang.Enum<ContainerManagementInformation>
de.bsvrz.ars.ars.persistence.ContainerManagementInformation
All Implemented Interfaces:
Serializable, Comparable<ContainerManagementInformation>, Constable

public enum ContainerManagementInformation extends Enum<ContainerManagementInformation>
Enum der möglichen Verwaltungsinformationen eines Containers. Dieses Enum definiert die Spalten im Verwaltungsdatenindex. Dieses Enum entspricht den Container-Header-Parametern, allerdings sind Werte, die bei jeden Container einer Datenidentifikation gleich sind, wie Objekt, Attributgruppe, Aspekt, Datenart, Simulationsvariante nicht enthalten.
  • Enum Constant Details

  • Method Details

    • values

      public static ContainerManagementInformation[] 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 ContainerManagementInformation 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
    • getKey

      public String getKey()
      Gibt den Key (Namen) der Verwaltungsinformation zurück
      Returns:
      den Key (Namen) der Verwaltungsinformation
    • getValLen

      public int getValLen()
      Gibt die Anzahl an Zeichen zurück, die von diesem Parameter als String formatiert benötigt werden
      Returns:
      Anzahl Zeichen
    • isNumeric

      public boolean isNumeric()
      Gibt true zurück, wenn die Information als Zahl gespeichert wird
      Returns:
      true, wenn die Information als Zahl gespeichert wird, sonst (false) wird ein Strign gespeichert
    • toString

      public String toString()
      Overrides:
      toString in class Enum<ContainerManagementInformation>
    • getByteLength

      public int getByteLength()
      Gibt die (fixe) Anzahl Bytes zurück, die benötigt werden um einen Wert zu speichern.
      Returns:
      die (fixe) Anzahl Bytes
    • delegate

      public KeyValParam delegate()
      Verweie auf die Ursprüngliche Implementierung in KeyValParam
      Returns:
      Ursprüngliche Instanz der ContainerHeader-Parameter