| Package | Description |
|---|---|
| org.eclipse.milo.opcua.stack.core.types.enumerated |
| Modifier and Type | Method and Description |
|---|---|
OpenFileMode |
OpenFileMode.Codec.decode(SerializationContext context,
UaDecoder decoder) |
static @Nullable OpenFileMode |
OpenFileMode.from(int value) |
static OpenFileMode |
OpenFileMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenFileMode[] |
OpenFileMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Class<OpenFileMode> |
OpenFileMode.Codec.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OpenFileMode.Codec.encode(SerializationContext context,
UaEncoder encoder,
OpenFileMode value) |
Copyright © 2025. All rights reserved.