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

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

/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.IndexOrUniqueKey#getConsName Cons Name}
  • *
  • {@link de.opitzconsulting.orcasDsl.IndexOrUniqueKey#getTablespace Tablespace}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getIndexOrUniqueKey() * @model * @generated */ public interface IndexOrUniqueKey extends EObject { /** * Returns the value of the 'Cons Name' attribute. * *

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

* * @return the value of the 'Cons Name' attribute. * @see #setConsName(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getIndexOrUniqueKey_ConsName() * @model * @generated */ String getConsName(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.IndexOrUniqueKey#getConsName Cons Name}' attribute. * * * @param value the new value of the 'Cons Name' attribute. * @see #getConsName() * @generated */ void setConsName(String value); /** * Returns the value of the 'Tablespace' attribute. * *

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

* * @return the value of the 'Tablespace' attribute. * @see #setTablespace(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getIndexOrUniqueKey_Tablespace() * @model * @generated */ String getTablespace(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.IndexOrUniqueKey#getTablespace Tablespace}' attribute. * * * @param value the new value of the 'Tablespace' attribute. * @see #getTablespace() * @generated */ void setTablespace(String value); } // IndexOrUniqueKey




© 2015 - 2025 Weber Informatics LLC | Privacy Policy