com.ddtek.xmlconverter.reflection
Class EDIVersion

java.lang.Object
  extended by com.ddtek.xmlconverter.reflection.EDIVersion

public class EDIVersion
extends Object

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

getName

public String getName()
Get the name of the version represented by this object.

Returns:
The version, for example "D096B".

getEDIDialect

public EDIDialect getEDIDialect()
Get the EDIDialect object associated with this EDIVersion.

Returns:
The EDIDialect object whose EDIDialect.getVersions() method returned this object.

getEDIMessages

public EDIMessage[] getEDIMessages()
Get the messages or transaction types supported by this dialect/version combination.

Returns:
All the message or transaction types supported by this dialect/version.