Extension SDK 10.1.2


oracle.ide.model
Interface Category

All Known Subinterfaces:
Container, JavaNode, Node, WorkEnvironment
All Known Implementing Classes:
CategoryFolder, ConnectionNode, DataContainer, DefaultContainer, DefaultNode, HierarchicalFolder, JavaClassNode, JavaSourceNode, PropertiesContainer, XMLDataContainer

public interface Category

The Category interface provides the API for identifying how a specific data node should categorized.


Field Summary
static int UNDEFINED
           

 

Method Summary
 int getCategory()
          Get the bit field identifying the different categories this data node falls under.

 

Field Detail

UNDEFINED

public static final int UNDEFINED
See Also:
Constant Field Values

Method Detail

getCategory

public int getCategory()
Get the bit field identifying the different categories this data node falls under.
Returns:
the category types.

Extension SDK


Copyright © 1997, 2004, Oracle. All rights reserved.