ca.quine.jcommons.transform.transforms
Class SegmentStructure

java.lang.Object
  |
  +--ca.quine.jcommons.transform.transforms.SegmentStructure

public class SegmentStructure
extends Object


Constructor Summary
SegmentStructure(String name, boolean unitOfWork, boolean optional, boolean repeatable, SegmentList parentList, int parentPosition)
           
 
Method Summary
 void addSegmentStructure(SegmentStructure segment)
           
 String getName()
           
 boolean isOptional()
           
 boolean isRepeatable()
           
 boolean isUnitOfWork()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegmentStructure

public SegmentStructure(String name,
                        boolean unitOfWork,
                        boolean optional,
                        boolean repeatable,
                        SegmentList parentList,
                        int parentPosition)
Method Detail

getName

public String getName()

isUnitOfWork

public boolean isUnitOfWork()

isOptional

public boolean isOptional()

isRepeatable

public boolean isRepeatable()

addSegmentStructure

public void addSegmentStructure(SegmentStructure segment)

toString

public String toString()
Overrides:
toString in class Object