|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ca.quine.jcommons.transform.transforms.SegmentStructure
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 |
public SegmentStructure(String name, boolean unitOfWork, boolean optional, boolean repeatable, SegmentList parentList, int parentPosition)
Method Detail |
public String getName()
public boolean isUnitOfWork()
public boolean isOptional()
public boolean isRepeatable()
public void addSegmentStructure(SegmentStructure segment)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |