de.opitzconsulting.orcasDsl.PrimaryKey Maven / Gradle / Ivy
/**
*/
package de.opitzconsulting.orcasDsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Primary Key'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.PrimaryKey#getConsName Cons Name}
* - {@link de.opitzconsulting.orcasDsl.PrimaryKey#getPk_columns Pk columns}
* - {@link de.opitzconsulting.orcasDsl.PrimaryKey#getStatus Status}
* - {@link de.opitzconsulting.orcasDsl.PrimaryKey#getReverse Reverse}
* - {@link de.opitzconsulting.orcasDsl.PrimaryKey#getTablespace Tablespace}
* - {@link de.opitzconsulting.orcasDsl.PrimaryKey#getIndexname Indexname}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getPrimaryKey()
* @model
* @generated
*/
public interface PrimaryKey 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#getPrimaryKey_ConsName()
* @model
* @generated
*/
String getConsName();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.PrimaryKey#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 'Pk columns' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.ColumnRef}.
*
*
* If the meaning of the 'Pk columns' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Pk columns' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getPrimaryKey_Pk_columns()
* @model containment="true"
* @generated
*/
EList getPk_columns();
/**
* 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#getPrimaryKey_Status()
* @model
* @generated
*/
EnableType getStatus();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.PrimaryKey#getStatus Status}' attribute.
*
*
* @param value the new value of the 'Status' attribute.
* @see de.opitzconsulting.orcasDsl.EnableType
* @see #getStatus()
* @generated
*/
void setStatus(EnableType value);
/**
* Returns the value of the 'Reverse' attribute.
*
*
* If the meaning of the 'Reverse' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Reverse' attribute.
* @see #setReverse(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getPrimaryKey_Reverse()
* @model
* @generated
*/
String getReverse();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.PrimaryKey#getReverse Reverse}' attribute.
*
*
* @param value the new value of the 'Reverse' attribute.
* @see #getReverse()
* @generated
*/
void setReverse(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#getPrimaryKey_Tablespace()
* @model
* @generated
*/
String getTablespace();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.PrimaryKey#getTablespace Tablespace}' attribute.
*
*
* @param value the new value of the 'Tablespace' attribute.
* @see #getTablespace()
* @generated
*/
void setTablespace(String value);
/**
* 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#getPrimaryKey_Indexname()
* @model
* @generated
*/
String getIndexname();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.PrimaryKey#getIndexname Indexname}' attribute.
*
*
* @param value the new value of the 'Indexname' attribute.
* @see #getIndexname()
* @generated
*/
void setIndexname(String value);
} // PrimaryKey