Enum Class OpcUaSubscription.SyncState

java.lang.Object
java.lang.Enum<OpcUaSubscription.SyncState>
org.eclipse.milo.opcua.sdk.client.subscriptions.OpcUaSubscription.SyncState
All Implemented Interfaces:
Serializable, Comparable<OpcUaSubscription.SyncState>, Constable
Enclosing class:
OpcUaSubscription

public static enum OpcUaSubscription.SyncState extends Enum<OpcUaSubscription.SyncState>
  • Enum Constant Details

    • INITIAL

      public static final OpcUaSubscription.SyncState INITIAL
      The Subscription has been instantiated but does not exist on the server.
    • SYNCHRONIZED

      public static final OpcUaSubscription.SyncState SYNCHRONIZED
      The Subscription has been created on the server and has no outstanding modifications to synchronize.
    • UNSYNCHRONIZED

      public static final OpcUaSubscription.SyncState UNSYNCHRONIZED
      The Subscription has been created on the server but has outstanding modifications to synchronize.
  • Method Details

    • values

      public static OpcUaSubscription.SyncState[] 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 OpcUaSubscription.SyncState 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