Interface Database

  • 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:
    DatabaseImpl

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

    The following features are supported:

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

      • getTimeout

        int getTimeout()
        Returns the value of the 'Timeout' attribute. The default value is "0".

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

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

        void setTimeout​(int value)
        Sets the value of the 'Timeout' attribute.
        Parameters:
        value - the new value of the 'Timeout' attribute.
        See Also:
        getTimeout()
        Generated class or method.