APTCONVERT 1.1

fr.pixware.apt.convert
Class Section

java.lang.Object
  extended byfr.pixware.apt.convert.Section

public class Section
extends java.lang.Object


Constructor Summary
Section(int[] number, Section parent)
           
Section(int[] number, java.lang.String title, Section parent, Section[] children)
           
 
Method Summary
static java.lang.String formatNumber(int[] number, char separ)
           
 Section[] getChildren()
           
 int getLevel()
           
 int[] getNumber()
           
 java.lang.String getNumberFormatted()
           
 java.lang.String getNumberFormatted(char separ)
           
 Section getParent()
           
 java.lang.String getTitle()
           
 void setChildren(Section[] children)
           
 void setNumber(int[] number)
           
 void setParent(Section parent)
           
 void setTitle(java.lang.String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section(int[] number,
               Section parent)

Section

public Section(int[] number,
               java.lang.String title,
               Section parent,
               Section[] children)
Method Detail

formatNumber

public static java.lang.String formatNumber(int[] number,
                                            char separ)

setNumber

public void setNumber(int[] number)

getNumber

public int[] getNumber()

getNumberFormatted

public java.lang.String getNumberFormatted()

getNumberFormatted

public java.lang.String getNumberFormatted(char separ)

getLevel

public int getLevel()

setTitle

public void setTitle(java.lang.String title)

getTitle

public java.lang.String getTitle()

setParent

public void setParent(Section parent)

getParent

public Section getParent()

setChildren

public void setChildren(Section[] children)

getChildren

public Section[] getChildren()

APTCONVERT 1.1