Enum Class Broker.DefaultType

java.lang.Object
java.lang.Enum<Broker.DefaultType>
de.iip_ecosphere.platform.services.environment.services.Broker.DefaultType
All Implemented Interfaces:
Broker.BrokerType, Serializable, Comparable<Broker.DefaultType>, Constable
Enclosing class:
Broker

public static enum Broker.DefaultType extends Enum<Broker.DefaultType> implements Broker.BrokerType
Default broker types. Using projects must state respective dependencies.
Author:
Holger Eichelberger, SSE
  • Enum Constant Details

  • Constructor Details

    • DefaultType

      private DefaultType(Broker.BrokerCreator creator)
      Creates a type constant.
      Parameters:
      creator - the associated broker creator, may be null but then no broker will be created later
  • Method Details

    • values

      public static Broker.DefaultType[] 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 Broker.DefaultType 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