de.opitzconsulting.orcasDsl.RefPartitions Maven / Gradle / Ivy
/**
*/
package de.opitzconsulting.orcasDsl;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Ref Partitions'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.RefPartitions#getFkName Fk Name}
* - {@link de.opitzconsulting.orcasDsl.RefPartitions#getPartitionList Partition List}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRefPartitions()
* @model
* @generated
*/
public interface RefPartitions extends TablePartitioning
{
/**
* Returns the value of the 'Fk Name' attribute.
*
*
* If the meaning of the 'Fk Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Fk Name' attribute.
* @see #setFkName(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRefPartitions_FkName()
* @model
* @generated
*/
String getFkName();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.RefPartitions#getFkName Fk Name}' attribute.
*
*
* @param value the new value of the 'Fk Name' attribute.
* @see #getFkName()
* @generated
*/
void setFkName(String value);
/**
* Returns the value of the 'Partition List' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.RefPartition}.
*
*
* 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#getRefPartitions_PartitionList()
* @model containment="true"
* @generated
*/
EList getPartitionList();
} // RefPartitions
© 2015 - 2025 Weber Informatics LLC | Privacy Policy