Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.ActionState
Packages that use ActionState
Package
Description
-
Uses of ActionState in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return ActionStateModifier and TypeMethodDescriptionstatic @Nullable ActionStateActionState.from(int value) static ActionStateReturns the enum constant of this class with the specified name.static ActionState[]ActionState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ActionState in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ActionStateModifier and TypeMethodDescriptionJsonActionRequestMessage.getActionState()JsonActionResponseMessage.getActionState()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ActionStateModifierConstructorDescriptionJsonActionRequestMessage(UShort dataSetWriterId, UShort actionTargetId, @Nullable String dataSetWriterName, @Nullable String writerGroupName, ConfigurationVersionDataType metaDataVersion, UInteger minorVersion, DateTime timestamp, @Nullable String messageType, UShort requestId, ActionState actionState, ExtensionObject payload) JsonActionResponseMessage(UShort dataSetWriterId, UShort actionTargetId, @Nullable String dataSetWriterName, @Nullable String writerGroupName, ConfigurationVersionDataType metaDataVersion, UInteger minorVersion, DateTime timestamp, StatusCode status, @Nullable String messageType, UShort requestId, ActionState actionState, ExtensionObject payload)