Class ObjectNodeProperties
java.lang.Object
org.eclipse.milo.opcua.sdk.core.nodes.ObjectNodeProperties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString>The Icon Property is provides an image that can be used by Clients when displaying the Node.static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType>The NamingRule Property defines the NamingRule of a ModellingRule.static final QualifiedProperty<String>The NodeVersion Property is used to indicate the version of a Node. -
Method Summary
-
Field Details
-
NodeVersion
The NodeVersion Property is used to indicate the version of a Node.The NodeVersion Property is updated each time a Reference is added or removed from the Node the Property belongs to.
-
Icon
public static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.ByteString> IconThe Icon Property is provides an image that can be used by Clients when displaying the Node.It is expected that the Icon Property contains a relatively small image.
-
NamingRule
public static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.NamingRuleType> NamingRuleThe NamingRule Property defines the NamingRule of a ModellingRule.This Property shall only be used for Objects of type ModellingRuleType.
-