Class Entity

    • Field Detail

    • Constructor Detail

      • Entity

        public Entity()
    • Method Detail

      • withName

        public Entity withName​(String name)
        Defines the unique name of this current entity. Once created entities are referenced by this name. Only entities with a unique name can be fetched from the model.
        Parameters:
        name -
        Returns:
        this current entity in the making
      • build

        protected abstract org.eclipse.emf.cdo.CDOObject build()
        Turns the entity in the making into the finished entity.
        Returns:
        the finished entity