public class UaObjectTypeNode extends UaNode implements ObjectTypeNode
| Modifier and Type | Field and Description |
|---|---|
static Property<com.digitalpetri.opcua.stack.core.types.builtin.ByteString> |
Icon |
static Property<String> |
NodeVersion |
| Constructor and Description |
|---|
UaObjectTypeNode(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,
boolean isAbstract) |
| Modifier and Type | Method and Description |
|---|---|
com.digitalpetri.opcua.stack.core.types.builtin.ByteString |
getIcon() |
Boolean |
getIsAbstract()
The IsAbstract attribute indicates if this ObjectType is abstract or not.
|
String |
getNodeVersion() |
void |
setIsAbstract(boolean isAbstract)
Set the IsAbstract attribute of this ObjectType.
|
addAttributeObserver, 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 static final Property<com.digitalpetri.opcua.stack.core.types.builtin.ByteString> Icon
public UaObjectTypeNode(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, boolean isAbstract)
public Boolean getIsAbstract()
ObjectTypeNodegetIsAbstract in interface ObjectTypeNodetrue if this ObjectType is abstract.public void setIsAbstract(boolean isAbstract)
ObjectTypeNodesetIsAbstract in interface ObjectTypeNodeisAbstract - true if thispublic String getNodeVersion()
public com.digitalpetri.opcua.stack.core.types.builtin.ByteString getIcon()
Copyright © 2015. All rights reserved.