Class IXFormatTypeHelper

java.lang.Object
wt.ixb.clientAccess.IXFormatTypeHelper

public class IXFormatTypeHelper extends Object
Helper API to support IXFormatType object creation.
It contains many APIs which are internal to framework. Use only those APIs which are explicitly marked as supported for customization.
Supported API: true
  • Method Details

    • getIXFormatType

      public static IXFormatType getIXFormatType(IXFormatType formatType, ExportImportFormatType format)
      Returns the object of IXFormatType for the given ExportImportFormatType. If the object of IXFormatType is passed as a parameter, this will update the same object else create the new object based on the ExportImportFormatType.

      Supported API: true
      Parameters:
      formatType -
      format -
      Returns: