|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface for DataElement Container
OBOE - Open Business Objects for EDI
An EDI and XML Translator Written In Java
Copyright 1998-2000 - 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 |
addDataElement(DataElement dataElementObject)
sets a DataElement in the Container |
java.lang.String |
get()
returns all the data associated in a String format |
DataElement |
getDataElement(int inSequence)
returns a DataElement in the Container |
DataElement |
getDataElement(java.lang.String ID)
returns a DataElement in the Container since more than one dataelement with the same id can be in the container this is not a very effective method for fetching unique datalements. |
Method Detail |
public DataElement getDataElement(java.lang.String ID) throws java.lang.Exception
String
- id of the DataElementpublic DataElement getDataElement(int inSequence) throws java.lang.Exception
int
- sequence # of the DataElementpublic void addDataElement(DataElement dataElementObject) throws java.lang.Exception
String
- id of the DataElementpublic java.lang.String get() throws java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |