Interface Table

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
    All Known Implementing Classes:
    TableImpl

    public interface Table
    extends EObject, org.palladiosimulator.pcm.core.entity.Entity
    A representation of the model object 'Table'.

    The following features are supported:

    See Also:
    PcmtxPackage.getTable()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • getRows

        int getRows()
        Returns the value of the 'Rows' attribute. The default value is "0".

        If the meaning of the 'Rows' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Rows' attribute.
        See Also:
        setRows(int), PcmtxPackage.getTable_Rows()
        Generated class or method.
        EMF model class or method.
        default="0"
      • setRows

        void setRows​(int value)
        Sets the value of the 'Rows' attribute.
        Parameters:
        value - the new value of the 'Rows' attribute.
        See Also:
        getRows()
        Generated class or method.
      • getTypes

        EList<EntityType> getTypes()
        Returns the value of the 'Types' reference list. The list contents are of type EntityType.

        If the meaning of the 'Types' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Types' reference list.
        See Also:
        PcmtxPackage.getTable_Types()
        Generated class or method.
        EMF model class or method.
        required="true"
      • getDatabase

        Database getDatabase()
        Returns the value of the 'Database' reference.

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

        Returns:
        the value of the 'Database' reference.
        See Also:
        setDatabase(Database), PcmtxPackage.getTable_Database()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setDatabase

        void setDatabase​(Database value)
        Sets the value of the 'Database' reference.
        Parameters:
        value - the new value of the 'Database' reference.
        See Also:
        getDatabase()
        Generated class or method.