|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UaInstance
Interface of UA instance nodes. The specification does not define such a type, but in the SDK we use this as a common base type for UaObject and UaVariable.
UaInstance adds type definition to the standard UaNode.
| Method Summary | |
|---|---|
UaType |
getTypeDefinition()
The UaType object corresponding to TypeDefinitionId. |
org.opcfoundation.ua.builtintypes.ExpandedNodeId |
getTypeDefinitionId()
Reference to the NodeId of the object's type definition. |
void |
setTypeDefinition(UaType type)
Sets the type definition of the node using an UaType node. |
void |
setTypeDefinitionId(org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
Sets the type definition to an ExpandedNodeId. |
void |
setTypeDefinitionId(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
Sets the type definition to a local NodeId. |
| Method Detail |
|---|
UaType getTypeDefinition()
getTypeDefinitionId(),
setTypeDefinition(UaType),
setTypeDefinitionId(NodeId),
setTypeDefinitionId(ExpandedNodeId)org.opcfoundation.ua.builtintypes.ExpandedNodeId getTypeDefinitionId()
getTypeDefinition(),
setTypeDefinition(UaType),
setTypeDefinitionId(NodeId),
setTypeDefinitionId(ExpandedNodeId)void setTypeDefinition(UaType type)
type - The type to setgetTypeDefinitionId(),
getTypeDefinition(),
setTypeDefinitionId(ExpandedNodeId),
setTypeDefinitionId(NodeId)void setTypeDefinitionId(org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
typeDefinitionId - the type definition Id to setgetTypeDefinitionId(),
getTypeDefinition(),
setTypeDefinition(UaType),
setTypeDefinitionId(NodeId)void setTypeDefinitionId(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
If
typeDefinitionId - the type definition Id to setgetTypeDefinitionId(),
getTypeDefinition(),
setTypeDefinition(UaType),
setTypeDefinitionId(ExpandedNodeId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||