UaObjectType Class Reference
[Core Module Address Model Classes]

Class definition of the UaObjectType. Derived from UaNode Get all information about the types. More...

#include <uabasenodes.h>

Inheritance diagram for UaObjectType:
Collaboration diagram for UaObjectType:

List of all members.


Public Member Functions

 UaObjectType ()
virtual OpcUa_Boolean isAbstract () const =0
OpcUa_NodeClass nodeClass () const
UaNodeId typeDefinitionId () const

Protected Member Functions

virtual ~UaObjectType ()

Detailed Description

Class definition of the UaObjectType. Derived from UaNode Get all information about the types.

UaObjectType


Constructor & Destructor Documentation

virtual UaObjectType::~UaObjectType (  )  [inline, protected, virtual]

destruction

UaObjectType::UaObjectType (  )  [inline]

construction


Member Function Documentation

virtual OpcUa_Boolean UaObjectType::isAbstract (  )  const [pure virtual]

Check if Node is Abstract.

Returns:
TRUE if is Abstract FALSE if not.

Implemented in UaGenericObjectType, and UaObjectTypeSimple.

OpcUa_NodeClass UaObjectType::nodeClass (  )  const [inline, virtual]

Get the Nodeclass of the current Node.

Returns:
the Nodeclass of the current Node.

Implements UaNode.

Reimplemented in UaGenericObjectType.

UaNodeId UaObjectType::typeDefinitionId (  )  const [inline, virtual]

Get the object type NodeId for the server object.

Returns:
the object type NodeId for the server object.

Implements UaNode.

Reimplemented in UaGenericObjectType.


The documentation for this class was generated from the following file:
  • src/uaserver/uaservercpp/coremodule/uabasenodes.h