Class ScreenActionReference

    • Constructor Detail

      • ScreenActionReference

        public ScreenActionReference()
        Creates a Screen Action Reference property with no name and with a null value.
      • ScreenActionReference

        public ScreenActionReference​(Atom propertyAtom)
        Creates a Screen Action Reference property with the specified name with a null value.
        Parameters:
        propertyAtom - the property atom.
      • ScreenActionReference

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