ru.j1c.compound
Class Compound.ClsNode

java.lang.Object
  extended by ru.j1c.compound.Compound.ClsNode
All Implemented Interfaces:
Comparable<Compound.ClsNode>
Enclosing class:
Compound

public class Compound.ClsNode
extends Object
implements Comparable<Compound.ClsNode>

Класс представляет поток (Stream) compound файла.

Author:
max

Constructor Summary
Compound.ClsNode(int id)
           
 
Method Summary
 int compareTo(Compound.ClsNode o)
           
 Compound.ClsNode getFirstNode()
           
 String getFullName()
           
 Compound.ClsNode getNextNode()
           
 int getNodeID()
           
 String getNodeName()
           
 int getNodeSize()
           
 int getNodeType()
           
 Compound.ClsNode getParentNode()
           
 Compound.ClsNode getPrevNode()
           
 int getStartNumber()
           
 String getStream()
           
 boolean isSmall()
           
 Vector<Compound.ClsNode> selectChilds()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Compound.ClsNode

public Compound.ClsNode(int id)
Parameters:
id - Внутренний идентификатор
Method Detail

getPrevNode

public Compound.ClsNode getPrevNode()

getNextNode

public Compound.ClsNode getNextNode()

getParentNode

public Compound.ClsNode getParentNode()

getFirstNode

public Compound.ClsNode getFirstNode()

getNodeName

public String getNodeName()

getNodeType

public int getNodeType()

getStartNumber

public int getStartNumber()

getNodeSize

public int getNodeSize()

isSmall

public boolean isSmall()

getNodeID

public int getNodeID()

compareTo

public int compareTo(Compound.ClsNode o)
Specified by:
compareTo in interface Comparable<Compound.ClsNode>

getFullName

public String getFullName()

selectChilds

public Vector<Compound.ClsNode> selectChilds()

toString

public String toString()
Overrides:
toString in class Object

getStream

public String getStream()


Copyright © 2011 J1C corp. All Rights Reserved.