Kanzi Framework  3.9.0
Java API
NodeComponentState Enum Reference

State indicating if component is attached to a node, detached from any node
or in process of attaching/detaching. More...

Public Member Functions

final int swigValue ()
 

Static Public Member Functions

static NodeComponentState swigToEnum (int swigValue)
 

Public Attributes

 StateAttaching
 Indicates node component in progress of attaching to a node.
 
 StateDetached
 Indicates node component detached from any node.
 
 StateDetaching
 Indicates node component in progress of detaching from the node.
 

Detailed Description

State indicating if component is attached to a node, detached from any node
or in process of attaching/detaching.