Uses of Class
com.rbnb.sapi.ChannelTree.NodeTypeEnum

Packages that use ChannelTree.NodeTypeEnum
com.rbnb.sapi Provides the simple application programming interface (simple API or SAPI) for the RBNB system. 
 

Uses of ChannelTree.NodeTypeEnum in com.rbnb.sapi
 

Fields in com.rbnb.sapi declared as ChannelTree.NodeTypeEnum
static ChannelTree.NodeTypeEnum ChannelTree.CHANNEL
          The node type which represents a data bearing channel node.
static ChannelTree.NodeTypeEnum ChannelTree.CONTROLLER
          The node type which represents an RBNB control client.
static ChannelTree.NodeTypeEnum ChannelTree.FOLDER
          The node type which represents a organizational node without data.
static ChannelTree.NodeTypeEnum ChannelTree.PLUGIN
          The node type which represents a PlugIn (a dynamic data source).
static ChannelTree.NodeTypeEnum ChannelTree.SERVER
          The node type which represents an RBNB server.
static ChannelTree.NodeTypeEnum ChannelTree.SINK
          The node type which represents a data sink.
static ChannelTree.NodeTypeEnum ChannelTree.SOURCE
          The node type which represents a data source.
 

Methods in com.rbnb.sapi that return ChannelTree.NodeTypeEnum
 ChannelTree.NodeTypeEnum ChannelTree.Node.getType()
          Returns the type of this node.