de.opitzconsulting.orcasDsl.RangePartitions Maven / Gradle / Ivy
/**
*/
package de.opitzconsulting.orcasDsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Range Partitions'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.RangePartitions#getColumns Columns}
* - {@link de.opitzconsulting.orcasDsl.RangePartitions#getIntervalExpression Interval Expression}
* - {@link de.opitzconsulting.orcasDsl.RangePartitions#getPartitionList Partition List}
* - {@link de.opitzconsulting.orcasDsl.RangePartitions#getTableSubPart Table Sub Part}
* - {@link de.opitzconsulting.orcasDsl.RangePartitions#getSubPartitionList Sub Partition List}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangePartitions()
* @model
* @generated
*/
public interface RangePartitions extends TablePartitioning
{
/**
* Returns the value of the 'Columns' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.ColumnRef}.
*
*
* If the meaning of the 'Columns' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Columns' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangePartitions_Columns()
* @model containment="true"
* @generated
*/
EList getColumns();
/**
* Returns the value of the 'Interval Expression' attribute.
*
*
* If the meaning of the 'Interval Expression' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Interval Expression' attribute.
* @see #setIntervalExpression(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangePartitions_IntervalExpression()
* @model
* @generated
*/
String getIntervalExpression();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.RangePartitions#getIntervalExpression Interval Expression}' attribute.
*
*
* @param value the new value of the 'Interval Expression' attribute.
* @see #getIntervalExpression()
* @generated
*/
void setIntervalExpression(String value);
/**
* Returns the value of the 'Partition List' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.RangePartition}.
*
*
* If the meaning of the 'Partition List' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Partition List' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangePartitions_PartitionList()
* @model containment="true"
* @generated
*/
EList getPartitionList();
/**
* Returns the value of the 'Table Sub Part' containment reference.
*
*
* If the meaning of the 'Table Sub Part' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Table Sub Part' containment reference.
* @see #setTableSubPart(TableSubPart)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangePartitions_TableSubPart()
* @model containment="true"
* @generated
*/
TableSubPart getTableSubPart();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.RangePartitions#getTableSubPart Table Sub Part}' containment reference.
*
*
* @param value the new value of the 'Table Sub Part' containment reference.
* @see #getTableSubPart()
* @generated
*/
void setTableSubPart(TableSubPart value);
/**
* Returns the value of the 'Sub Partition List' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.RangeSubPart}.
*
*
* If the meaning of the 'Sub Partition List' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Sub Partition List' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangePartitions_SubPartitionList()
* @model containment="true"
* @generated
*/
EList getSubPartitionList();
} // RangePartitions