Class SetTargetFieldValue.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

      • getTarget

        public VSField getTarget()
        Gets the target VS field.
        Returns:
        The VSField instance, or null if not defined or not found.
      • getTargetFieldReference

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

        public Value getValueToSet()
        Gets the value to set.