com.prosysopc.ua.server.nodes
Class UaDataTypeNode
java.lang.Object
com.prosysopc.ua.nodes.AbstractUaNode
com.prosysopc.ua.server.nodes.ServerNode
com.prosysopc.ua.server.nodes.BaseNode
com.prosysopc.ua.server.nodes.UaTypeNode
com.prosysopc.ua.server.nodes.UaDataTypeNode
- All Implemented Interfaces:
- UaDataType, UaNode, UaType
public class UaDataTypeNode
- extends UaTypeNode
- implements UaDataType
Straight forward implementation of UaDataType.
It keeps all attributes in memory.
|
Method Summary |
org.opcfoundation.ua.core.NodeAttributes |
getAttributes()
|
protected org.opcfoundation.ua.core.DataTypeAttributes |
getAttributes(org.opcfoundation.ua.core.DataTypeAttributes attributes)
|
org.opcfoundation.ua.core.NodeClass |
getNodeClass()
The NodeClass Attribute identifies the NodeClass of a Node. |
void |
setAttributes(org.opcfoundation.ua.core.NodeAttributes dataTypeAttributes)
|
| Methods inherited from class com.prosysopc.ua.server.nodes.UaTypeNode |
addSubType, afterAddReference, beforeAddReference, getComponent, getInstanceDeclarationHierarchy, getIsAbstract, getJavaClass, getSuperType, hasSuperType, inheritsFrom, inheritsFrom, initSupportedAttributes, readAttributeValue, resetInstanceDeclarationHierarchy, setIsAbstract, setJavaClass, setSuperType, toString, writeAttributeValue |
| Methods inherited from class com.prosysopc.ua.server.nodes.BaseNode |
addPlainProperty, addPlainVariable, assertTypeSupport, assertTypeSupport, createNodeId, createNodeId, createReflectiveInstanceProperty, createReflectiveInstanceProperty, deleteReference, deleteReference, doAddProperty, getAttributes, getBrowseName, getComponents, getDescription, getDescription, getDisplayName, getDisplayName, getMethod, getNodeVersion, getNodeVersionValue, getProperties, getProperty, getPropertyValue, getReferencesAsList, getStandardBrowseName, getStandardDisplayText, getUserWriteMask, getWriteMask, hasProperty, hasReference, hasTypeDefinition, hasUserWriteAccess, hasWriteAccess, incNodeVersion, initNodeVersion, isChildOfType, readAttribute, readAttribute, registerCallbackProperty, registerPlainInstanceProperty, registerPlainInstanceProperty, registerPlainProperty, registerPlainProperty, registerPlainVariable, registerPlainVariable, registerReflectiveInstanceProperty, registerReflectiveInstanceVariable, registerReflectiveProperty, registerReflectiveVariable, removeProperty, setAccessLevelRecursively, setAccessLevelRecursively, setAttribute, setBrowseName, setDescription, setDisplayName, setNodeVersionValue, setPropertyValue, setUserWriteMask, setWriteMask, writeAttribute |
| Methods inherited from class com.prosysopc.ua.server.nodes.ServerNode |
addComponent, addDataChangeListener, addEventListener, addNewReference, addNewReference, addOrganizes, addProperties, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, afterDeleteReference, dataChange, deleteReference, deleteReference, deleteReferences, doDeleteReference, equals, findPlaceholders, fireDataChange, fireEvent, fireEventInParents, getAddressSpace, getDefaultBrowseName, getNodeId, getNodeManager, getReference, getReferenceList, getReferences, getSupportedAttributes, getTargetNodes, hashCode, isAddNotifierReferencesToServerObject, isFalseOrNull, isMandatory, isMonitoredForEvents, isTrueOrNull, isType, referenceTypeInherits, removeComponent, removeDataChangeListener, removeEventListener, setAddNotifierReferencesToServerObject, setReferences, supportsAttribute, translateBrowsePathToNodeIds, validateHasEventSourceChain, validateHasEventSourceChain |
| Methods inherited from interface com.prosysopc.ua.nodes.UaNode |
addComponent, addProperty, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getBrowseName, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeId, getNodeVersion, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setBrowseName, setDescription, setDisplayName, setReferences, setUserWriteMask, setWriteMask, supportsAttribute, writeAttribute |
UaDataTypeNode
public UaDataTypeNode(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
UaDataTypeNode
public UaDataTypeNode(NodeManagerUaNode nodeManager,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale)
- Parameters:
nodeId - name - locale -
getAttributes
public org.opcfoundation.ua.core.NodeAttributes getAttributes()
- Specified by:
getAttributes in interface UaNode- Specified by:
getAttributes in class BaseNode
- Returns:
- the current attribute values of the node in a NodeAttributes structure.
getNodeClass
public final org.opcfoundation.ua.core.NodeClass getNodeClass()
- Description copied from interface:
UaNode
- The NodeClass Attribute identifies the NodeClass of a Node.
- Specified by:
getNodeClass in interface UaNode- Overrides:
getNodeClass in class BaseNode
- Returns:
- the Node Class of the node. This is hard-coded and cannot be changed.
setAttributes
public void setAttributes(org.opcfoundation.ua.core.NodeAttributes dataTypeAttributes)
- Specified by:
setAttributes in interface UaNode- Overrides:
setAttributes in class BaseNode
getAttributes
protected org.opcfoundation.ua.core.DataTypeAttributes getAttributes(org.opcfoundation.ua.core.DataTypeAttributes attributes)
Copyright © 2018. All rights reserved.