Class VSColumnReference

All Implemented Interfaces:
EventListener, IGProp<String>, IPropReference, IReferencingGProp, Cloneable

public class VSColumnReference extends VSRelativeReference<VSColumnHeader>
The VirtualSpace Table Column Reference property class hold the relative reference to a VSTable instance.
Author:
Christopher Mindus
  • Constructor Details

    • VSColumnReference

      public VSColumnReference()
      Creates a VirtualSpace Table Column Reference property with no name and with a null value.
    • VSColumnReference

      public VSColumnReference(Atom propertyAtom)
      Creates a VirtualSpace Table Column Reference property with the specified name with a null value.
      Parameters:
      propertyAtom - the property atom.
    • VSColumnReference

      public VSColumnReference(Atom propertyAtom, String newValue)
      Creates a VirtualSpace Table Column Reference property with the specified name and value.
      Parameters:
      propertyAtom - the property atom.
      newValue - the new string value for the property.
  • Method Details