Enum Class ComponentTypes

java.lang.Object
java.lang.Enum<ComponentTypes>
de.iip_ecosphere.platform.transport.status.ComponentTypes
All Implemented Interfaces:
ComponentType, Serializable, Comparable<ComponentTypes>, Constable

public enum ComponentTypes extends Enum<ComponentTypes> implements ComponentType
The default component types.
Author:
Holger Eichelberger, SSE
  • Enum Constant Details

    • DEVICE

      public static final ComponentTypes DEVICE
      Denotes an execution resource like an edge device.
    • CONTAINER

      public static final ComponentTypes CONTAINER
      Denotes a container.
    • SERVICE

      public static final ComponentTypes SERVICE
      Denotes a computational service.
    • SERVICE_ARTIFACT

      public static final ComponentTypes SERVICE_ARTIFACT
      Denotes an artifact containing one or multiple services.
  • Constructor Details

    • ComponentTypes

      private ComponentTypes()
  • Method Details

    • values

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