Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.PubSubState
Packages that use PubSubState
Package
Description
-
Uses of PubSubState in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return PubSubStateModifier and TypeMethodDescriptionstatic @Nullable PubSubStatePubSubState.from(int value) static PubSubStateReturns the enum constant of this class with the specified name.static PubSubState[]PubSubState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PubSubState in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return PubSubStateConstructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type PubSubStateModifierConstructorDescriptionJsonStatusMessage(@Nullable String messageId, @Nullable String messageType, @Nullable String publisherId, DateTime timestamp, Boolean isCyclic, PubSubState status, DateTime nextReportTime)