org.sourcejammer.project.controller
Class ProjectChild

java.lang.Object
  |
  +--org.sourcejammer.project.controller.ProjectChild

public class ProjectChild
extends java.lang.Object

Represents the minimal amount of information to be stored in the Project file about each child. To get more info about a project child, call getProjectNode() or getFileNode() in NodeLibrary


Field Summary
(package private)  int miNodeType
           
(package private)  long mlUniqueID
           
 
Constructor Summary
ProjectChild(long uniqueID, int nodeType)
           
 
Method Summary
 int getNodeType()
           
 long getUniqueID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mlUniqueID

long mlUniqueID

miNodeType

int miNodeType
Constructor Detail

ProjectChild

public ProjectChild(long uniqueID,
                    int nodeType)
Method Detail

getUniqueID

public long getUniqueID()

getNodeType

public int getNodeType()


Copyright © 2003 Soucejammer project.