|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ddtek.xmlconverter.reflection.EDIVersion
public class EDIVersion
An object which represents a version of an EDI dialect supported by this version of DataDirect XML Converters.
Method Summary | |
---|---|
EDIDialect |
getEDIDialect()
Get the EDIDialect object associated with this EDIVersion. |
EDIMessage[] |
getEDIMessages()
Get the messages or transaction types supported by this dialect/version combination. |
String |
getName()
Get the name of the version represented by this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getName()
public EDIDialect getEDIDialect()
EDIDialect
object associated with this EDIVersion.
EDIDialect
object whose EDIDialect.getVersions()
method returned this object.public EDIMessage[] getEDIMessages()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |