Enum Class Importer

java.lang.Object
java.lang.Enum<Importer>
ch.admin.bit.jeap.archrepo.metamodel.Importer
All Implemented Interfaces:
Serializable, Comparable<Importer>, Constable

public enum Importer extends Enum<Importer>
  • Enum Constant Details

    • GRAFANA

      public static final Importer GRAFANA
    • DEPLOYMENT_LOG

      public static final Importer DEPLOYMENT_LOG
    • MESSAGE_TYPE_REGISTRY

      public static final Importer MESSAGE_TYPE_REGISTRY
    • PACT_BROKER

      public static final Importer PACT_BROKER
    • OPEN_API

      public static final Importer OPEN_API
    • REST_CONTROLLER

      public static final Importer REST_CONTROLLER
  • Method Details

    • values

      public static Importer[] 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 Importer 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