Class SetSourceFieldValue.Settings

    • Constructor Detail

      • Settings

        public Settings()
        Creates the settings without name.
      • Settings

        public Settings​(Atom propertyAtom)
        Creates the settings with specified name.
        Parameters:
        propertyAtom - the property atom.
    • Method Detail

      • getSource

        public VSField getSource()
        Gets the source VS field.
        Returns:
        The VSField instance, or null if not defined or not found.
      • getSourceFieldReference

        public VSFieldReference getSourceFieldReference()
        Gets the source field reference.
        Returns:
        The VSField reference instance, or null if not defined.
      • getValueToSet

        public Value getValueToSet()
        Gets the value to set.