public class FileNode extends BaseObjectNode implements FileType
UaObjectNode.UaObjectNodeBuilderIcon, NamingRule, NodeVersion| Constructor and Description |
|---|
FileNode(UaNamespace namespace,
com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId,
com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName,
com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask,
Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask,
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort |
getOpenCount() |
com.digitalpetri.opcua.stack.core.types.builtin.unsigned.ULong |
getSize() |
Boolean |
getUserWriteable() |
Boolean |
getWriteable() |
void |
setOpenCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort openCount) |
void |
setSize(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.ULong size) |
void |
setUserWriteable(Boolean userWriteable) |
void |
setWriteable(Boolean writeable) |
addComponent, builder, getComponentNodes, getDescriptionNode, getEventNotifier, getEventSourceNodes, getIcon, getNamingRule, getNodeVersion, getNotifierNodes, getOrganizesNodes, getPropertyNodes, getTypeDefinitionNode, removeComponent, setEventNotifier, setIcon, setNamingRule, setNodeVersionaddAttributeObserver, addProperty, addReference, addReferences, deallocate, fireAttributeChanged, getBrowseName, getDescription, getDisplayName, getNamespace, getNode, getNode, getNodeClass, getNodeId, getObjectComponent, getObjectComponent, getProperty, getProperty, getProperty, getPropertyNode, getPropertyNode, getReferences, getUserWriteMask, getVariableComponent, getVariableComponent, getWriteMask, removeAttributeObserver, removeProperty, removeReference, removeReferences, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, hasAttribute, hasAttribute, readAttribute, readAttribute, readAttribute, readAttribute, readAttribute, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMask, writeAttribute, writeAttribute, writeAttributepublic FileNode(UaNamespace namespace, com.digitalpetri.opcua.stack.core.types.builtin.NodeId nodeId, com.digitalpetri.opcua.stack.core.types.builtin.QualifiedName browseName, com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText displayName, Optional<com.digitalpetri.opcua.stack.core.types.builtin.LocalizedText> description, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> writeMask, Optional<com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UInteger> userWriteMask, com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public com.digitalpetri.opcua.stack.core.types.builtin.unsigned.ULong getSize()
public Boolean getWriteable()
getWriteable in interface FileTypepublic Boolean getUserWriteable()
getUserWriteable in interface FileTypepublic com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort getOpenCount()
getOpenCount in interface FileTypepublic void setSize(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.ULong size)
public void setWriteable(Boolean writeable)
setWriteable in interface FileTypepublic void setUserWriteable(Boolean userWriteable)
setUserWriteable in interface FileTypepublic void setOpenCount(com.digitalpetri.opcua.stack.core.types.builtin.unsigned.UShort openCount)
setOpenCount in interface FileTypeCopyright © 2015. All rights reserved.