Uses of Enum Class
org.eclipse.milo.opcua.stack.core.types.enumerated.ApplicationType
Packages that use ApplicationType
Package
Description
-
Uses of ApplicationType in org.eclipse.milo.opcua.stack.core.types.enumerated
Methods in org.eclipse.milo.opcua.stack.core.types.enumerated that return ApplicationTypeModifier and TypeMethodDescriptionstatic @Nullable ApplicationTypeApplicationType.from(int value) static ApplicationTypeReturns the enum constant of this class with the specified name.static ApplicationType[]ApplicationType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplicationType in org.eclipse.milo.opcua.stack.core.types.structured
Methods in org.eclipse.milo.opcua.stack.core.types.structured that return ApplicationTypeModifier and TypeMethodDescriptionApplicationDescription.getApplicationType()RegisteredServer.getServerType()Constructors in org.eclipse.milo.opcua.stack.core.types.structured with parameters of type ApplicationTypeModifierConstructorDescriptionApplicationDescription(@Nullable String applicationUri, @Nullable String productUri, LocalizedText applicationName, ApplicationType applicationType, @Nullable String gatewayServerUri, @Nullable String discoveryProfileUri, String @Nullable [] discoveryUrls) RegisteredServer(@Nullable String serverUri, @Nullable String productUri, LocalizedText @Nullable [] serverNames, ApplicationType serverType, @Nullable String gatewayServerUri, String @Nullable [] discoveryUrls, @Nullable String semaphoreFilePath, Boolean isOnline)