ca.quine.jcommons.transform.transforms
Class Segment

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

public class Segment
extends Object


Constructor Summary
Segment(String elementName)
           
 
Method Summary
 void addField(Field field)
           
 String getElementName()
           
 Iterator getFieldIter()
           
 int getOptionalFields()
           
 int getRequiredFields()
           
 int getTotalFields()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Segment

public Segment(String elementName)
Method Detail

addField

public void addField(Field field)

getFieldIter

public Iterator getFieldIter()

getOptionalFields

public int getOptionalFields()

getRequiredFields

public int getRequiredFields()

getTotalFields

public int getTotalFields()

getElementName

public String getElementName()