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

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}. * * * @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. * * * @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}. * * * @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. * * * @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}. * * * @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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy