All Implemented Interfaces:
Provider<MarkCollection>

public class Reference extends MarkCollectionProvider
Provides a MarkCollection by referencing it from the initialization context using an ID.
  • Constructor Details

    • Reference

      public Reference()
    • Reference

      public Reference(String id)
      Creates a new Reference instance.
      Parameters:
      id - The ID of the MarkCollection to retrieve from the initialization context.
  • Method Details