| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server |
| Modifier and Type | Method and Description |
|---|---|
static FileTypeOpenMode |
FileTypeOpenMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileTypeOpenMode[] |
FileTypeOpenMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<FileTypeOpenMode> |
FileTypeOpenMode.getSet(int bitset)
Get the enumeration set corresponding to the bitset value used to deliver the mode value.
|
static EnumSet<FileTypeOpenMode> |
FileTypeOpenMode.getSet(UnsignedByte mask)
Get the enumeration set corresponding to the bitset value used to deliver the mode value.
|
| Modifier and Type | Method and Description |
|---|---|
static UnsignedByte |
FileTypeOpenMode.getValue(FileTypeOpenMode... mode)
Get the bitset value corresponding to the modes.
|
| Modifier and Type | Method and Description |
|---|---|
static UnsignedByte |
FileTypeOpenMode.getValue(EnumSet<FileTypeOpenMode> modes)
Get the bitset value corresponding to the modes.
|
| Modifier and Type | Method and Description |
|---|---|
UnsignedInteger |
FileTypeImpl.open(FileTypeOpenMode... mode) |
| Modifier and Type | Method and Description |
|---|---|
UnsignedInteger |
FileTypeImpl.open(EnumSet<FileTypeOpenMode> mode) |
| Modifier and Type | Method and Description |
|---|---|
Long |
FileTypeNode.open(Session session,
Set<FileTypeOpenMode> mode)
Opens the file for reading or writing.
|
Copyright © 2026. All rights reserved.