Interface ValueObject

    • Method Detail

      • setExtends

        void setExtends​(ValueObject value)
        Sets the value of the 'Extends' reference.
        Parameters:
        value - the new value of the 'Extends' reference.
        See Also:
        getExtends()
        Generated:
      • setNotOptimisticLocking

        void setNotOptimisticLocking​(boolean value)
        Sets the value of the 'Not Optimistic Locking' attribute.
        Parameters:
        value - the new value of the 'Not Optimistic Locking' attribute.
        See Also:
        isNotOptimisticLocking()
        Generated:
      • isNotImmutable

        boolean isNotImmutable()
        Returns the value of the 'Not Immutable' attribute.

        If the meaning of the 'Not Immutable' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Not Immutable' attribute.
        See Also:
        setNotImmutable(boolean), TacticdslPackage.getValueObject_NotImmutable()
        Model:
        Generated:
      • setNotImmutable

        void setNotImmutable​(boolean value)
        Sets the value of the 'Not Immutable' attribute.
        Parameters:
        value - the new value of the 'Not Immutable' attribute.
        See Also:
        isNotImmutable()
        Generated:
      • isPersistent

        boolean isPersistent()
        Returns the value of the 'Persistent' attribute.

        If the meaning of the 'Persistent' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Persistent' attribute.
        See Also:
        setPersistent(boolean), TacticdslPackage.getValueObject_Persistent()
        Model:
        Generated:
      • setPersistent

        void setPersistent​(boolean value)
        Sets the value of the 'Persistent' attribute.
        Parameters:
        value - the new value of the 'Persistent' attribute.
        See Also:
        isPersistent()
        Generated:
      • isNotPersistent

        boolean isNotPersistent()
        Returns the value of the 'Not Persistent' attribute.

        If the meaning of the 'Not Persistent' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Not Persistent' attribute.
        See Also:
        setNotPersistent(boolean), TacticdslPackage.getValueObject_NotPersistent()
        Model:
        Generated:
      • setNotPersistent

        void setNotPersistent​(boolean value)
        Sets the value of the 'Not Persistent' attribute.
        Parameters:
        value - the new value of the 'Not Persistent' attribute.
        See Also:
        isNotPersistent()
        Generated: