|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FileTypeOpenMode | |
|---|---|
| com.prosysopc.ua | Common classes for client and server side. |
| com.prosysopc.ua.types.opcua.client | |
| com.prosysopc.ua.types.opcua.server | |
| Uses of FileTypeOpenMode in com.prosysopc.ua |
|---|
| Methods in com.prosysopc.ua that return FileTypeOpenMode | |
|---|---|
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. |
| Methods in com.prosysopc.ua that return types with arguments of type FileTypeOpenMode | |
|---|---|
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(org.opcfoundation.ua.builtintypes.UnsignedByte mask)
Get the enumeration set corresponding to the bitset value used to deliver the mode value. |
| Methods in com.prosysopc.ua with parameters of type FileTypeOpenMode | |
|---|---|
static org.opcfoundation.ua.builtintypes.UnsignedByte |
FileTypeOpenMode.getValue(FileTypeOpenMode... mode)
Get the bitset value corresponding to the modes. |
| Method parameters in com.prosysopc.ua with type arguments of type FileTypeOpenMode | |
|---|---|
static org.opcfoundation.ua.builtintypes.UnsignedByte |
FileTypeOpenMode.getValue(EnumSet<FileTypeOpenMode> modes)
Get the bitset value corresponding to the modes. |
| Uses of FileTypeOpenMode in com.prosysopc.ua.types.opcua.client |
|---|
| Methods in com.prosysopc.ua.types.opcua.client with parameters of type FileTypeOpenMode | |
|---|---|
org.opcfoundation.ua.builtintypes.UnsignedInteger |
FileTypeImpl.open(FileTypeOpenMode... mode)
|
| Method parameters in com.prosysopc.ua.types.opcua.client with type arguments of type FileTypeOpenMode | |
|---|---|
org.opcfoundation.ua.builtintypes.UnsignedInteger |
FileTypeImpl.open(EnumSet<FileTypeOpenMode> mode)
|
| Uses of FileTypeOpenMode in com.prosysopc.ua.types.opcua.server |
|---|
| Method parameters in com.prosysopc.ua.types.opcua.server with type arguments of type FileTypeOpenMode | |
|---|---|
Long |
FileTypeNode.open(Session session,
Set<FileTypeOpenMode> mode)
Opens the file for reading or writing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||