Extension SDK

oracle.jdeveloper.cm.ds.db
Class JavaNodeInfo

java.lang.Object
  extended byoracle.jdeveloper.cm.ds.db.JavaNodeInfo

public final class JavaNodeInfo
extends java.lang.Object


Constructor Summary
JavaNodeInfo()
          Constructor
JavaNodeInfo(java.lang.String classPath, int objectType, boolean leaf, int depth)
           
 
Method Summary
 java.lang.String getClassPath()
           
 int getDepth()
           
 int getObjectType()
           
 boolean isLeaf()
           
 void setClassPath(java.lang.String newClassPath)
           
 void setDepth(int newDepth)
           
 void setLeaf(boolean newLeaf)
           
 void setObjectType(int newObjectType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaNodeInfo

public JavaNodeInfo()
Constructor


JavaNodeInfo

public JavaNodeInfo(java.lang.String classPath,
                    int objectType,
                    boolean leaf,
                    int depth)
Method Detail

getClassPath

public java.lang.String getClassPath()

setClassPath

public void setClassPath(java.lang.String newClassPath)

getObjectType

public int getObjectType()

setObjectType

public void setObjectType(int newObjectType)

isLeaf

public boolean isLeaf()

setLeaf

public void setLeaf(boolean newLeaf)

getDepth

public int getDepth()

setDepth

public void setDepth(int newDepth)

Extension SDK

 

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