Class VSTableReference

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

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

    • VSTableReference

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

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

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