Class VSGroupReference

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

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

    • VSGroupReference

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

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

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