Uses of Enum Class
org.eclipse.milo.opcua.stack.core.util.Unit
Packages that use Unit
-
Uses of Unit in org.eclipse.milo.opcua.stack.core.util
Methods in org.eclipse.milo.opcua.stack.core.util that return UnitModifier and TypeMethodDescriptionstatic UnitUnit.unit()static UnitReturns the enum constant of this class with the specified name.static Unit[]Unit.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.milo.opcua.stack.core.util that return types with arguments of type UnitModifier and TypeMethodDescription@Nullable CompletionStage<Unit>TaskQueue.submit(TaskQueue.Task task) Queue aTaskQueue.Taskto be executed, returning aCompletionStagethat will complete when the task has been executed.