
de.opitzconsulting.orcasDsl.HistoryTable 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.
/**
*/
package de.opitzconsulting.orcasDsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'History Table'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.HistoryTable#getTableNameRules Table Name Rules}
* - {@link de.opitzconsulting.orcasDsl.HistoryTable#getAliasNameRules Alias Name Rules}
* - {@link de.opitzconsulting.orcasDsl.HistoryTable#getAppendToPkDomain Append To Pk Domain}
* - {@link de.opitzconsulting.orcasDsl.HistoryTable#getDomain Domain}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getHistoryTable()
* @model
* @generated
*/
public interface HistoryTable extends EObject
{
/**
* Returns the value of the 'Table Name Rules' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.GenNameRule}.
*
*
* If the meaning of the 'Table Name Rules' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Table Name Rules' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getHistoryTable_TableNameRules()
* @model containment="true"
* @generated
*/
EList getTableNameRules();
/**
* Returns the value of the 'Alias Name Rules' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.GenNameRule}.
*
*
* If the meaning of the 'Alias Name Rules' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Alias Name Rules' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getHistoryTable_AliasNameRules()
* @model containment="true"
* @generated
*/
EList getAliasNameRules();
/**
* Returns the value of the 'Append To Pk Domain' attribute.
*
*
* If the meaning of the 'Append To Pk Domain' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Append To Pk Domain' attribute.
* @see #setAppendToPkDomain(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getHistoryTable_AppendToPkDomain()
* @model
* @generated
*/
String getAppendToPkDomain();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.HistoryTable#getAppendToPkDomain Append To Pk Domain}' attribute.
*
*
* @param value the new value of the 'Append To Pk Domain' attribute.
* @see #getAppendToPkDomain()
* @generated
*/
void setAppendToPkDomain(String value);
/**
* Returns the value of the 'Domain' attribute.
*
*
* If the meaning of the 'Domain' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Domain' attribute.
* @see #setDomain(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getHistoryTable_Domain()
* @model
* @generated
*/
String getDomain();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.HistoryTable#getDomain Domain}' attribute.
*
*
* @param value the new value of the 'Domain' attribute.
* @see #getDomain()
* @generated
*/
void setDomain(String value);
} // HistoryTable
© 2015 - 2025 Weber Informatics LLC | Privacy Policy