Interface Reference

    • Method Detail

      • getCascade

        java.lang.String getCascade()
        Returns the value of the 'Cascade' attribute.

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

        Returns:
        the value of the 'Cascade' attribute.
        See Also:
        setCascade(String), TacticdslPackage.getReference_Cascade()
        Model:
        Generated:
      • setCascade

        void setCascade​(java.lang.String value)
        Sets the value of the 'Cascade' attribute.
        Parameters:
        value - the new value of the 'Cascade' attribute.
        See Also:
        getCascade()
        Generated:
      • getFetch

        java.lang.String getFetch()
        Returns the value of the 'Fetch' attribute.

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

        Returns:
        the value of the 'Fetch' attribute.
        See Also:
        setFetch(String), TacticdslPackage.getReference_Fetch()
        Model:
        Generated:
      • setFetch

        void setFetch​(java.lang.String value)
        Sets the value of the 'Fetch' attribute.
        Parameters:
        value - the new value of the 'Fetch' attribute.
        See Also:
        getFetch()
        Generated:
      • isCache

        boolean isCache()
        Returns the value of the 'Cache' attribute.

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

        Returns:
        the value of the 'Cache' attribute.
        See Also:
        setCache(boolean), TacticdslPackage.getReference_Cache()
        Model:
        Generated:
      • setCache

        void setCache​(boolean value)
        Sets the value of the 'Cache' attribute.
        Parameters:
        value - the new value of the 'Cache' attribute.
        See Also:
        isCache()
        Generated:
      • isInverse

        boolean isInverse()
        Returns the value of the 'Inverse' attribute.

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

        Returns:
        the value of the 'Inverse' attribute.
        See Also:
        setInverse(boolean), TacticdslPackage.getReference_Inverse()
        Model:
        Generated:
      • setInverse

        void setInverse​(boolean value)
        Sets the value of the 'Inverse' attribute.
        Parameters:
        value - the new value of the 'Inverse' attribute.
        See Also:
        isInverse()
        Generated:
      • getDatabaseJoinTable

        java.lang.String getDatabaseJoinTable()
        Returns the value of the 'Database Join Table' attribute.

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

        Returns:
        the value of the 'Database Join Table' attribute.
        See Also:
        setDatabaseJoinTable(String), TacticdslPackage.getReference_DatabaseJoinTable()
        Model:
        Generated:
      • setDatabaseJoinTable

        void setDatabaseJoinTable​(java.lang.String value)
        Sets the value of the 'Database Join Table' attribute.
        Parameters:
        value - the new value of the 'Database Join Table' attribute.
        See Also:
        getDatabaseJoinTable()
        Generated:
      • getDatabaseJoinColumn

        java.lang.String getDatabaseJoinColumn()
        Returns the value of the 'Database Join Column' attribute.

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

        Returns:
        the value of the 'Database Join Column' attribute.
        See Also:
        setDatabaseJoinColumn(String), TacticdslPackage.getReference_DatabaseJoinColumn()
        Model:
        Generated:
      • setDatabaseJoinColumn

        void setDatabaseJoinColumn​(java.lang.String value)
        Sets the value of the 'Database Join Column' attribute.
        Parameters:
        value - the new value of the 'Database Join Column' attribute.
        See Also:
        getDatabaseJoinColumn()
        Generated:
      • isValid

        boolean isValid()
        Returns the value of the 'Valid' attribute.

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

        Returns:
        the value of the 'Valid' attribute.
        See Also:
        setValid(boolean), TacticdslPackage.getReference_Valid()
        Model:
        Generated:
      • setValid

        void setValid​(boolean value)
        Sets the value of the 'Valid' attribute.
        Parameters:
        value - the new value of the 'Valid' attribute.
        See Also:
        isValid()
        Generated:
      • getValidMessage

        java.lang.String getValidMessage()
        Returns the value of the 'Valid Message' attribute.

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

        Returns:
        the value of the 'Valid Message' attribute.
        See Also:
        setValidMessage(String), TacticdslPackage.getReference_ValidMessage()
        Model:
        Generated:
      • setValidMessage

        void setValidMessage​(java.lang.String value)
        Sets the value of the 'Valid Message' attribute.
        Parameters:
        value - the new value of the 'Valid Message' attribute.
        See Also:
        getValidMessage()
        Generated:
      • getOrderBy

        java.lang.String getOrderBy()
        Returns the value of the 'Order By' attribute.

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

        Returns:
        the value of the 'Order By' attribute.
        See Also:
        setOrderBy(String), TacticdslPackage.getReference_OrderBy()
        Model:
        Generated:
      • setOrderBy

        void setOrderBy​(java.lang.String value)
        Sets the value of the 'Order By' attribute.
        Parameters:
        value - the new value of the 'Order By' attribute.
        See Also:
        getOrderBy()
        Generated:
      • isOrderColumn

        boolean isOrderColumn()
        Returns the value of the 'Order Column' attribute.

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

        Returns:
        the value of the 'Order Column' attribute.
        See Also:
        setOrderColumn(boolean), TacticdslPackage.getReference_OrderColumn()
        Model:
        Generated:
      • setOrderColumn

        void setOrderColumn​(boolean value)
        Sets the value of the 'Order Column' attribute.
        Parameters:
        value - the new value of the 'Order Column' attribute.
        See Also:
        isOrderColumn()
        Generated:
      • getOrderColumnName

        java.lang.String getOrderColumnName()
        Returns the value of the 'Order Column Name' attribute.

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

        Returns:
        the value of the 'Order Column Name' attribute.
        See Also:
        setOrderColumnName(String), TacticdslPackage.getReference_OrderColumnName()
        Model:
        Generated:
      • setOrderColumnName

        void setOrderColumnName​(java.lang.String value)
        Sets the value of the 'Order Column Name' attribute.
        Parameters:
        value - the new value of the 'Order Column Name' attribute.
        See Also:
        getOrderColumnName()
        Generated:
      • setOppositeHolder

        void setOppositeHolder​(OppositeHolder value)
        Sets the value of the 'Opposite Holder' containment reference.
        Parameters:
        value - the new value of the 'Opposite Holder' containment reference.
        See Also:
        getOppositeHolder()
        Generated: