Interface Store

  • 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
    All Known Implementing Classes:
    StoreImpl

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

    The following features are supported:

    See Also:
    RepositoryPackage.getStore()
    Generated class or method.
    EMF model class or method.
    • Method Detail

      • setContainer

        void setContainer​(StoreContainer value)
        Sets the value of the 'Container' container reference.
        Parameters:
        value - the new value of the 'Container' container reference.
        See Also:
        getContainer()
        Generated class or method.
      • getDataType

        org.palladiosimulator.pcm.repository.DataType getDataType()
        Returns the value of the 'Data Type' reference.
        Returns:
        the value of the 'Data Type' reference.
        See Also:
        setDataType(DataType), RepositoryPackage.getStore_DataType()
        Generated class or method.
        EMF model class or method.
        required="true"
      • setDataType

        void setDataType​(org.palladiosimulator.pcm.repository.DataType value)
        Sets the value of the 'Data Type' reference.
        Parameters:
        value - the new value of the 'Data Type' reference.
        See Also:
        getDataType()
        Generated class or method.