Interface PcmtxFactory

    • Field Detail

      • eINSTANCE

        static final PcmtxFactory eINSTANCE
        The singleton instance of the factory.
        Generated class or method.
    • Method Detail

      • createEntityType

        EntityType createEntityType()
        Returns a new object of class 'Entity Type'.
        Returns:
        a new object of class 'Entity Type'.
        Generated class or method.
      • createDataRepository

        DataRepository createDataRepository()
        Returns a new object of class 'Data Repository'.
        Returns:
        a new object of class 'Data Repository'.
        Generated class or method.
      • createTable

        Table createTable()
        Returns a new object of class 'Table'.
        Returns:
        a new object of class 'Table'.
        Generated class or method.
      • createDatabase

        Database createDatabase()
        Returns a new object of class 'Database'.
        Returns:
        a new object of class 'Database'.
        Generated class or method.
      • createCommitAction

        CommitAction createCommitAction()
        Returns a new object of class 'Commit Action'.
        Returns:
        a new object of class 'Commit Action'.
        Generated class or method.
      • createAbortAction

        AbortAction createAbortAction()
        Returns a new object of class 'Abort Action'.
        Returns:
        a new object of class 'Abort Action'.
        Generated class or method.
      • getPcmtxPackage

        PcmtxPackage getPcmtxPackage()
        Returns the package supported by this factory.
        Returns:
        the package supported by this factory.
        Generated class or method.