Package wt.ixb.clientAccess
Class IXFormatTypeHelper
java.lang.Object
wt.ixb.clientAccess.IXFormatTypeHelper
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
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 Summary
Modifier and TypeMethodDescriptionstatic IXFormatTypegetIXFormatType(IXFormatType formatType, ExportImportFormatType format) Returns the object of IXFormatType for the given ExportImportFormatType.
-
Method Details
-
getIXFormatType
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:
-