Enum Class ServiceDescriptor.Action

java.lang.Object
java.lang.Enum<ServiceDescriptor.Action>
de.iip_ecosphere.platform.services.ServiceDescriptor.Action
All Implemented Interfaces:
Serializable, Comparable<ServiceDescriptor.Action>, Constable
Enclosing interface:
ServiceDescriptor

public static enum ServiceDescriptor.Action extends Enum<ServiceDescriptor.Action>
Denotes attachable actions.
Author:
Holger Eichelberger, SSE
  • Enum Constant Details

    • COMMUNICATION_DETERMINED

      public static final ServiceDescriptor.Action COMMUNICATION_DETERMINED
      When communication parameters like IP address/port are (dynamically) determined and subsequent actions such as adjusting AAS operations can happen.
  • Constructor Details

    • Action

      private Action()
  • Method Details

    • values

      public static ServiceDescriptor.Action[] 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 ServiceDescriptor.Action 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