Interface IExporterDescriptor.IFieldExportCapability

Enclosing interface:
IExporterDescriptor

public static interface IExporterDescriptor.IFieldExportCapability
Since:
3.5.2
  • Method Details

    • canExport

      boolean canExport(String fieldId, IType fieldType)
      Parameters:
      fieldId -
      fieldType -
      Returns:
      true if the field can be exported (read-only or not)
    • canExportReadOnly

      boolean canExportReadOnly()
      Returns:
      true if the exporter can mark some field read-only in the export result
    • canExportOnlyReadOnly

      boolean canExportOnlyReadOnly(String fieldId, IType fieldType)
      Parameters:
      fieldId -
      fieldType -
      Returns:
      true if the field can only be exported as read-only