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

de.opitzconsulting.orcasDsl.UniqueKey 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.common.util.EList;

/**
 * 
 * A representation of the model object 'Unique Key'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.UniqueKey#getUk_columns Uk columns}
  • *
  • {@link de.opitzconsulting.orcasDsl.UniqueKey#getIndexname Indexname}
  • *
  • {@link de.opitzconsulting.orcasDsl.UniqueKey#getStatus Status}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getUniqueKey() * @model * @generated */ public interface UniqueKey extends IndexOrUniqueKey { /** * Returns the value of the 'Uk columns' containment reference list. * The list contents are of type {@link de.opitzconsulting.orcasDsl.ColumnRef}. * *

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

* * @return the value of the 'Uk columns' containment reference list. * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getUniqueKey_Uk_columns() * @model containment="true" * @generated */ EList getUk_columns(); /** * Returns the value of the 'Indexname' attribute. * *

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

* * @return the value of the 'Indexname' attribute. * @see #setIndexname(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getUniqueKey_Indexname() * @model * @generated */ String getIndexname(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.UniqueKey#getIndexname Indexname}' attribute. * * * @param value the new value of the 'Indexname' attribute. * @see #getIndexname() * @generated */ void setIndexname(String value); /** * Returns the value of the 'Status' attribute. * The literals are from the enumeration {@link de.opitzconsulting.orcasDsl.EnableType}. * *

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

* * @return the value of the 'Status' attribute. * @see de.opitzconsulting.orcasDsl.EnableType * @see #setStatus(EnableType) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getUniqueKey_Status() * @model * @generated */ EnableType getStatus(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.UniqueKey#getStatus Status}' attribute. * * * @param value the new value of the 'Status' attribute. * @see de.opitzconsulting.orcasDsl.EnableType * @see #getStatus() * @generated */ void setStatus(EnableType value); } // UniqueKey




© 2015 - 2025 Weber Informatics LLC | Privacy Policy