Interface DataTransferObject

    • Method Detail

      • getComment

        java.lang.String getComment()
        Returns the value of the 'Comment' attribute.

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

        Returns:
        the value of the 'Comment' attribute.
        See Also:
        setComment(String), TacticdslPackage.getDataTransferObject_Comment()
        Model:
        Generated:
      • setComment

        void setComment​(java.lang.String value)
        Sets the value of the 'Comment' attribute.
        Parameters:
        value - the new value of the 'Comment' attribute.
        See Also:
        getComment()
        Generated:
      • setAbstract

        void setAbstract​(boolean value)
        Sets the value of the 'Abstract' attribute.
        Parameters:
        value - the new value of the 'Abstract' attribute.
        See Also:
        isAbstract()
        Generated:
      • setExtends

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

        java.lang.String getExtendsName()
        Returns the value of the 'Extends Name' attribute.

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

        Returns:
        the value of the 'Extends Name' attribute.
        See Also:
        setExtendsName(String), TacticdslPackage.getDataTransferObject_ExtendsName()
        Model:
        Generated:
      • setExtendsName

        void setExtendsName​(java.lang.String value)
        Sets the value of the 'Extends Name' attribute.
        Parameters:
        value - the new value of the 'Extends Name' attribute.
        See Also:
        getExtendsName()
        Generated:
      • setGapClass

        void setGapClass​(boolean value)
        Sets the value of the 'Gap Class' attribute.
        Parameters:
        value - the new value of the 'Gap Class' attribute.
        See Also:
        isGapClass()
        Generated:
      • setNoGapClass

        void setNoGapClass​(boolean value)
        Sets the value of the 'No Gap Class' attribute.
        Parameters:
        value - the new value of the 'No Gap Class' attribute.
        See Also:
        isNoGapClass()
        Generated:
      • getValidate

        java.lang.String getValidate()
        Returns the value of the 'Validate' attribute.

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

        Returns:
        the value of the 'Validate' attribute.
        See Also:
        setValidate(String), TacticdslPackage.getDataTransferObject_Validate()
        Model:
        Generated:
      • setValidate

        void setValidate​(java.lang.String value)
        Sets the value of the 'Validate' attribute.
        Parameters:
        value - the new value of the 'Validate' attribute.
        See Also:
        getValidate()
        Generated:
      • getAttributes

        org.eclipse.emf.common.util.EList<DtoAttribute> getAttributes()
        Returns the value of the 'Attributes' containment reference list. The list contents are of type DtoAttribute.

        If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attributes' containment reference list.
        See Also:
        TacticdslPackage.getDataTransferObject_Attributes()
        Model:
        containment="true"
        Generated:
      • getReferences

        org.eclipse.emf.common.util.EList<DtoReference> getReferences()
        Returns the value of the 'References' containment reference list. The list contents are of type DtoReference.

        If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'References' containment reference list.
        See Also:
        TacticdslPackage.getDataTransferObject_References()
        Model:
        containment="true"
        Generated: