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

de.opitzconsulting.orcasDsl.ColumnRef 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 'Column Ref'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.ColumnRef#getColumn_name Column name}
  • *
  • {@link de.opitzconsulting.orcasDsl.ColumnRef#getColumn_name_string Column name string}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getColumnRef() * @model * @generated */ public interface ColumnRef extends EObject { /** * 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#getColumnRef_Column_name() * @model * @generated */ String getColumn_name(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.ColumnRef#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#getColumnRef_Column_name_string() * @model * @generated */ String getColumn_name_string(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.ColumnRef#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); } // ColumnRef




© 2015 - 2025 Weber Informatics LLC | Privacy Policy