Class TabularSchemaTypeProperties

All Implemented Interfaces:
Serializable

public class TabularSchemaTypeProperties extends ComplexSchemaTypeProperties
TabularSchemaTypeProperties is a specific type of bean for a simple table.
See Also:
  • 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