Interface ISchema


public interface ISchema
Elements have to implement this interface in order to know the schema of exported data.
Since:
5.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setSchema(Schema schema)
    Sets the schema of the data exported.
  • Method Details

    • setSchema

      void setSchema(Schema schema)
      Sets the schema of the data exported.
      Parameters:
      schema - the schema of the data exported