|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
interface for Loop Container
used by tables and Loops
OBOE - Open Business Objects for EDI
An EDI and XML Translator Written In Java
Copyright 1998-2007 - American Coders, LTD - Raleigh NC USA
All rights reserved
American Coders, Ltd
P. O. Box 97462
Raleigh, NC 27624 USA
1-919-846-2014
http://www.americancoders.com
| Method Summary | |
void |
addTemplateLoop(TemplateLoop templateLoopObject)
sets a Loop may be used to add a new Loop may be used to change an existing Loop may be used to remove an Loop, this is done by passing a null object |
Loop |
createLoop(java.lang.String ID)
returns a new Loop |
TemplateLoop |
getTemplateLoop(int pos)
returns a Loop |
TemplateLoop |
getTemplateLoop(java.lang.String ID)
returns a Loop |
int |
getTemplateLoopSize()
implemented for interface |
| Method Detail |
public Loop createLoop(java.lang.String ID)
throws OBOEException
ID - String id of Loop to create
OBOEException - ID is unknown to this Loop
public TemplateLoop getTemplateLoop(java.lang.String ID)
throws OBOEException
ID - String ID of TemplateLoop to look for
OBOEException - ID is unknown to this Loop
public TemplateLoop getTemplateLoop(int pos)
throws OBOEException
pos - int pos TemplateLoop to look for
OBOEException - ID is unknown to this Loop
public void addTemplateLoop(TemplateLoop templateLoopObject)
throws OBOEException
templateLoopObject - TemplateLoop to be added
OBOEException - Loop is unknownpublic int getTemplateLoopSize()
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||