Class EventSchemaAttributeProperties

  • All Implemented Interfaces:
    Serializable

    public class EventSchemaAttributeProperties
    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:
    Serialized Form
    • Constructor Detail

      • EventSchemaAttributeProperties

        public EventSchemaAttributeProperties()
        Default constructor used by subclasses
      • EventSchemaAttributeProperties

        public EventSchemaAttributeProperties​(EventSchemaAttributeProperties template)
        Copy/clone Constructor.
        Parameters:
        template - template object to copy.