de.opitzconsulting.orcasDsl.Comment Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-syex Show documentation
Show all versions of orcas-domainextension-syex Show documentation
orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.
The newest version!
/**
*/
package de.opitzconsulting.orcasDsl;
/**
*
* A representation of the model object 'Comment'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.Comment#getComment_object Comment object}
* - {@link de.opitzconsulting.orcasDsl.Comment#getTable_name Table name}
* - {@link de.opitzconsulting.orcasDsl.Comment#getColumn_name Column name}
* - {@link de.opitzconsulting.orcasDsl.Comment#getComment Comment}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getComment()
* @model
* @generated
*/
public interface Comment extends ModelElement
{
/**
* 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#getComment_Comment_object()
* @model
* @generated
*/
CommentObjectType getComment_object();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.Comment#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 'Table name' attribute.
*
*
* If the meaning of the 'Table name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Table name' attribute.
* @see #setTable_name(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getComment_Table_name()
* @model
* @generated
*/
String getTable_name();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.Comment#getTable_name Table name}' attribute.
*
*
* @param value the new value of the 'Table name' attribute.
* @see #getTable_name()
* @generated
*/
void setTable_name(String 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#getComment_Column_name()
* @model
* @generated
*/
String getColumn_name();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.Comment#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 '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#getComment_Comment()
* @model
* @generated
*/
String getComment();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.Comment#getComment Comment}' attribute.
*
*
* @param value the new value of the 'Comment' attribute.
* @see #getComment()
* @generated
*/
void setComment(String value);
} // Comment
© 2015 - 2025 Weber Informatics LLC | Privacy Policy