Class VSFieldReference

    • Constructor Detail

      • VSFieldReference

        public VSFieldReference()
        Creates a VirtualSpace Field property with no name and with a null value.
      • VSFieldReference

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

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