Enum Systemd.InstanceType

java.lang.Object
java.lang.Enum<Systemd.InstanceType>
de.thjom.java.systemd.Systemd.InstanceType
All Implemented Interfaces:
Serializable, Comparable<Systemd.InstanceType>
Enclosing class:
Systemd

public static enum Systemd.InstanceType extends Enum<Systemd.InstanceType>
  • Enum Constant Details

  • Field Details

    • index

      private final org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType index
  • Constructor Details

    • InstanceType

      private InstanceType(org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType index)
  • Method Details

    • values

      public static Systemd.InstanceType[] 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 Systemd.InstanceType 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
    • getIndex

      public final org.freedesktop.dbus.connections.impl.DBusConnection.DBusBusType getIndex()
    • toString

      public String toString()
      Overrides:
      toString in class Enum<Systemd.InstanceType>