com.prosysopc.ua.types.opcua
Interface AddressSpaceFileType

All Superinterfaces:
BaseInstanceType, BaseObjectType, FileType, UaInstance, UaNode, UaObject
All Known Implementing Classes:
AddressSpaceFileTypeImpl, AddressSpaceFileTypeImplBase, AddressSpaceFileTypeNode, AddressSpaceFileTypeNodeBase

public interface AddressSpaceFileType
extends FileType

A file used to store a namespace exported from the server.

Generated on 2018-05-09 10:45:27


Field Summary
static String EXPORT_NAMESPACE
           
 
Fields inherited from interface com.prosysopc.ua.types.opcua.FileType
CLOSE, GET_POSITION, MIME_TYPE, OPEN, OPEN_COUNT, READ, SET_POSITION, SIZE, USER_WRITABLE, WRITABLE, WRITE
 
Method Summary
 void exportNamespace()
           
 UaMethod getExportNamespaceNode()
           
 
Methods inherited from interface com.prosysopc.ua.types.opcua.FileType
close, getCloseNode, getGetPositionNode, getMimeType, getMimeTypeNode, getOpenCount, getOpenCountNode, getOpenNode, getPosition, getReadNode, getSetPositionNode, getSize, getSizeNode, getUserWritableNode, getWritableNode, getWriteNode, isUserWritable, isWritable, open, read, setMimeType, setOpenCount, setPosition, setSize, setUserWritable, setWritable, write
 
Methods inherited from interface com.prosysopc.ua.types.opcua.BaseInstanceType
getQualifiedName
 
Methods inherited from interface com.prosysopc.ua.nodes.UaObject
callMethod, getEventNotifier, getIcon, setEventNotifier, setIcon
 
Methods inherited from interface com.prosysopc.ua.nodes.UaInstance
getTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionId
 
Methods inherited from interface com.prosysopc.ua.nodes.UaNode
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute
 

Field Detail

EXPORT_NAMESPACE

static final String EXPORT_NAMESPACE
See Also:
Constant Field Values
Method Detail

getExportNamespaceNode

UaMethod getExportNamespaceNode()

exportNamespace

void exportNamespace()
                     throws StatusException,
                            ServiceException
Throws:
StatusException
ServiceException


Copyright © 2018. All rights reserved.