All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.opitzconsulting.orcasDsl.InlineComment Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

There is a newer version: 8.7.1
Show newest version
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Inline Comment'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.InlineComment#getComment_object Comment object}
  • *
  • {@link de.opitzconsulting.orcasDsl.InlineComment#getColumn_name Column name}
  • *
  • {@link de.opitzconsulting.orcasDsl.InlineComment#getColumn_name_string Column name string}
  • *
  • {@link de.opitzconsulting.orcasDsl.InlineComment#getComment Comment}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getInlineComment() * @model * @generated */ public interface InlineComment extends EObject { /** * Returns the value of the 'Comment object' attribute. * The literals are from the enumeration {@link de.opitzconsulting.orcasDsl.CommentObjectType}. * *

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

* * @return the value of the 'Comment object' attribute. * @see de.opitzconsulting.orcasDsl.CommentObjectType * @see #setComment_object(CommentObjectType) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getInlineComment_Comment_object() * @model * @generated */ CommentObjectType getComment_object(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.InlineComment#getComment_object Comment object}' attribute. * * * @param value the new value of the 'Comment object' attribute. * @see de.opitzconsulting.orcasDsl.CommentObjectType * @see #getComment_object() * @generated */ void setComment_object(CommentObjectType value); /** * Returns the value of the 'Column name' attribute. * *

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

* * @return the value of the 'Column name' attribute. * @see #setColumn_name(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getInlineComment_Column_name() * @model * @generated */ String getColumn_name(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.InlineComment#getColumn_name Column name}' attribute. * * * @param value the new value of the 'Column name' attribute. * @see #getColumn_name() * @generated */ void setColumn_name(String value); /** * Returns the value of the 'Column name string' attribute. * *

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

* * @return the value of the 'Column name string' attribute. * @see #setColumn_name_string(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getInlineComment_Column_name_string() * @model * @generated */ String getColumn_name_string(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.InlineComment#getColumn_name_string Column name string}' attribute. * * * @param value the new value of the 'Column name string' attribute. * @see #getColumn_name_string() * @generated */ void setColumn_name_string(String value); /** * 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... *

* * @return the value of the 'Comment' attribute. * @see #setComment(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getInlineComment_Comment() * @model * @generated */ String getComment(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.InlineComment#getComment Comment}' attribute. * * * @param value the new value of the 'Comment' attribute. * @see #getComment() * @generated */ void setComment(String value); } // InlineComment




© 2015 - 2025 Weber Informatics LLC | Privacy Policy