Enum Class K_LOG_EVENT

java.lang.Object
java.lang.Enum<K_LOG_EVENT>
de.mid.innovator.srv2api.icw2elem.K_LOG_EVENT
All Implemented Interfaces:
IntEnum, Serializable, Comparable<K_LOG_EVENT>, Constable

public enum K_LOG_EVENT extends Enum<K_LOG_EVENT> implements IntEnum
  • Enum Constant Details

    • NULL

      public static final K_LOG_EVENT NULL
    • RepositoryCreated

      public static final K_LOG_EVENT RepositoryCreated
    • RepositoryRecovered

      public static final K_LOG_EVENT RepositoryRecovered
    • RepositoryTransformed

      public static final K_LOG_EVENT RepositoryTransformed
    • RepositoryStarted

      public static final K_LOG_EVENT RepositoryStarted
    • RepositoryShutdown

      public static final K_LOG_EVENT RepositoryShutdown
    • RepositoryRenamed

      public static final K_LOG_EVENT RepositoryRenamed
    • RepositoryModelCreated

      public static final K_LOG_EVENT RepositoryModelCreated
    • RepositoryModelDeleted

      public static final K_LOG_EVENT RepositoryModelDeleted
    • RepositoryRepaired

      public static final K_LOG_EVENT RepositoryRepaired
    • RepositorySchemaUpdated

      public static final K_LOG_EVENT RepositorySchemaUpdated
    • ModelCreated

      public static final K_LOG_EVENT ModelCreated
    • ModelDeleted

      public static final K_LOG_EVENT ModelDeleted
    • ModelRenamed

      public static final K_LOG_EVENT ModelRenamed
    • ModelRepaired

      public static final K_LOG_EVENT ModelRepaired
    • ModelChangeSetEnabled

      public static final K_LOG_EVENT ModelChangeSetEnabled
    • ModelChangeSetDisabled

      public static final K_LOG_EVENT ModelChangeSetDisabled
    • ModelChangeSetTruncated

      public static final K_LOG_EVENT ModelChangeSetTruncated
    • ModelCopiedTo

      public static final K_LOG_EVENT ModelCopiedTo
    • ModelCopiedFrom

      public static final K_LOG_EVENT ModelCopiedFrom
    • ModelCheckedIn

      public static final K_LOG_EVENT ModelCheckedIn
    • ModelCheckedOut

      public static final K_LOG_EVENT ModelCheckedOut
    • ModelMergedTo

      public static final K_LOG_EVENT ModelMergedTo
    • ModelMerged

      public static final K_LOG_EVENT ModelMerged
    • ModelEvent

      public static final K_LOG_EVENT ModelEvent
  • Method Details

    • values

      public static K_LOG_EVENT[] 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 K_LOG_EVENT 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
    • valueOf

      public static K_LOG_EVENT valueOf(int value)
      Returns the enumeration constant of this type with the specified value.
      Parameters:
      value - the value of the enumeration constant to be returned. This method is needed to serialize enumeration constants.
      Returns:
      the enumeration constant with the specified value or null
    • toInt

      public int toInt()
      Returns a specific integer value for the enumeration constant. This method is needed to serialize enumeration constants.
      Specified by:
      toInt in interface IntEnum
      Returns:
      the specified value of the enumeration constant
    • toString

      public String toString()
      Returns a display string for the enumeration value.
      Specified by:
      toString in interface IntEnum
      Overrides:
      toString in class Enum<K_LOG_EVENT>
      Returns:
      a String representation of the enumeration value