Class TabularSchemaTypeProperties


public class TabularSchemaTypeProperties extends ComplexSchemaTypeProperties
TabularSchemaTypeProperties is a class for representing a tabular schema such as the structure of a CSV file.
  • Constructor Details

    • TabularSchemaTypeProperties

      public TabularSchemaTypeProperties()
      Default constructor used by subclasses
    • TabularSchemaTypeProperties

      public TabularSchemaTypeProperties(TabularSchemaTypeProperties template)
      Copy/clone Constructor.
      Parameters:
      template - template object to copy.
  • Method Details