Class VSComponentReference

    • Constructor Detail

      • VSComponentReference

        public VSComponentReference()
        Creates a VirtualSpace component reference property with no name and with a null value.
      • VSComponentReference

        public VSComponentReference​(Atom propertyAtom)
        Creates a VirtualSpace component reference property with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
      • VSComponentReference

        public VSComponentReference​(Atom propertyAtom,
                                    java.lang.String newValue)
        Creates a VirtualSpace component reference property with the specified name and value.
        Parameters:
        propertyAtom - the property atom.
        newValue - the new string value for the property.