Class TabularColumnProperties

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DatabaseColumnProperties

public class TabularColumnProperties extends SchemaAttributeProperties
TabularColumnProperties is a class for representing a column within a table type structure. Tabular columns are schema attributes with a simple type attached
See Also:
  • Constructor Details

    • TabularColumnProperties

      public TabularColumnProperties()
      Default constructor used by subclasses
    • TabularColumnProperties

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