|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
An interface for classes that process ID lists
OBOE - Open Business Objects for EDI
Part of the OBOE Basic Extended Package
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 |
add(java.lang.String inCode,
java.lang.String inDescribe)
Add code and description An optional method. |
java.lang.String |
describe(java.lang.String inCode)
returns the descriptive value of the code, if it is not found then the code is returned |
java.lang.String |
getCode(java.lang.String inValue)
returns the code value for a descriptive value. |
java.lang.String |
getCodeByPos(int pos)
returns a code at a specific position in vector An optional method. |
java.util.Vector |
getCodes()
returns the code vector |
java.util.Vector |
getValues()
returns the value vector |
boolean |
isCodeValid(java.lang.String inCode)
tests if the passed code is valid |
| Methods inherited from interface java.io.Externalizable |
readExternal, writeExternal |
| Method Detail |
public void add(java.lang.String inCode,
java.lang.String inDescribe)
throws java.lang.UnsupportedOperationException
inCode - String codeinDescribe - String descriptive value
java.lang.UnsupportedOperationExceptionpublic boolean isCodeValid(java.lang.String inCode)
inCode - String to test
public java.lang.String describe(java.lang.String inCode)
inCode - String to test
public java.lang.String getCode(java.lang.String inValue)
inValue - String to test
public java.lang.String getCodeByPos(int pos)
throws java.lang.UnsupportedOperationException
pos - int String position
java.lang.UnsupportedOperationExceptionpublic java.util.Vector getCodes()
public java.util.Vector getValues()
|
Open Business Objects for EDI v3.5.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||