| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated | |
| org.eclipse.milo.opcua.stack.core.types.structured |
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
ApplicationType.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable ApplicationType |
ApplicationType.from(int value) |
static ApplicationType |
ApplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationType[] |
ApplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<ApplicationType> |
ApplicationType.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationType.Codec.encode(SerializationContext context,
UaEncoder encoder,
ApplicationType value) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationType |
ApplicationDescription.getApplicationType() |
ApplicationType |
RegisteredServer.getServerType() |
| Constructor and Description |
|---|
ApplicationDescription(String applicationUri,
String productUri,
LocalizedText applicationName,
ApplicationType applicationType,
String gatewayServerUri,
String discoveryProfileUri,
String[] discoveryUrls) |
RegisteredServer(String serverUri,
String productUri,
LocalizedText[] serverNames,
ApplicationType serverType,
String gatewayServerUri,
String[] discoveryUrls,
String semaphoreFilePath,
Boolean isOnline) |
Copyright © 2025. All rights reserved.