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

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

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

There is a newer version: 8.7.1
Show newest version
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.common.util.EList;

/**
 * 
 * A representation of the model object 'List Partitions'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.ListPartitions#getColumn Column}
  • *
  • {@link de.opitzconsulting.orcasDsl.ListPartitions#getPartitionList Partition List}
  • *
  • {@link de.opitzconsulting.orcasDsl.ListPartitions#getTableSubPart Table Sub Part}
  • *
  • {@link de.opitzconsulting.orcasDsl.ListPartitions#getSubPartitionList Sub Partition List}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartitions() * @model * @generated */ public interface ListPartitions extends TablePartitioning { /** * Returns the value of the 'Column' containment reference. * *

* If the meaning of the 'Column' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Column' containment reference. * @see #setColumn(ColumnRef) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartitions_Column() * @model containment="true" * @generated */ ColumnRef getColumn(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListPartitions#getColumn Column}' containment reference. * * * @param value the new value of the 'Column' containment reference. * @see #getColumn() * @generated */ void setColumn(ColumnRef value); /** * Returns the value of the 'Partition List' containment reference list. * The list contents are of type {@link de.opitzconsulting.orcasDsl.ListPartition}. * *

* 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#getListPartitions_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#getListPartitions_TableSubPart() * @model containment="true" * @generated */ TableSubPart getTableSubPart(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListPartitions#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.ListSubPart}. * *

* 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#getListPartitions_SubPartitionList() * @model containment="true" * @generated */ EList getSubPartitionList(); } // ListPartitions




© 2015 - 2025 Weber Informatics LLC | Privacy Policy