Class DatabaseTransactionReference

    • Constructor Detail

      • DatabaseTransactionReference

        public DatabaseTransactionReference()
        Creates a Database transaction Reference property with no name and with a null value.
      • DatabaseTransactionReference

        public DatabaseTransactionReference​(Atom propertyAtom)
        Creates a Database transaction Reference property with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
      • DatabaseTransactionReference

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