/** A collection of component strategy identifiers published by this bundle. */ @ThreadSafe public final class ComponentStrategyIds { // ====================================================================== // Fields // ====================================================================== /** The tabletop component strategy identifier. */ public static final ComponentStrategyId TABLETOP = ComponentStrategyId.fromString( "org.gamegineer.table.componentStrategies.tabletop"); //$NON-NLS-1$ // ====================================================================== // Constructors // ====================================================================== /** Initializes a new instance of the {@code ComponentStrategyIds} class. */ private ComponentStrategyIds() {} }
/* * @see org.gamegineer.common.persistence.serializable.test.AbstractPersistenceDelegateTestCase#createSubject() */ @Override protected Object createSubject() { return ComponentStrategyId.fromString("id"); // $NON-NLS-1$ }