Class ScreenFieldReference

    • Constructor Detail

      • ScreenFieldReference

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

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

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