Interface ObjectTypeContainerService

All Superinterfaces:
MainContainerService<ObjectTypeFill>
All Known Implementing Classes:
DefaultObjectTypeContainer

public interface ObjectTypeContainerService extends MainContainerService<ObjectTypeFill>
This interface represents a container service for `ObjectTypeFill` implementations. It extends the `MainContainerService` interface and specifies `ObjectTypeFill` as the generic type.