com.ddtek.xmlconverter.reflection
Class EDIDialect

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

public class EDIDialect
extends Object

An object which represents an EDI dialect supported by DataDirect XML Converters.


Method Summary
 String getName()
          Get the name of this dialect.
 EDIVersion[] getVersions()
          Get all the versions supported for this dialect.
 boolean isLicensed()
          Determine if this dialect is currently licensed.
 
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 this dialect.


isLicensed

public boolean isLicensed()
Determine if this dialect is currently licensed.

Returns:
true if users of this computer or server are licensed to convert files in this dialect.

getVersions

public EDIVersion[] getVersions()
Get all the versions supported for this dialect.

Returns:
An array of EDIVersion objects, one for each version supported by this dialect.