Class TabularColumnProperties

All Implemented Interfaces:
Serializable

public class TabularColumnProperties extends SchemaAttributeProperties
A TabularColumnProperties defines a column in a simple table.
See Also:
  • Constructor Details

    • TabularColumnProperties

      public TabularColumnProperties()
      Default constructor
    • TabularColumnProperties

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