Class SlotId
- java.lang.Object
-
- com.helger.regrep.slot.predefined.SlotId
-
- All Implemented Interfaces:
com.helger.commons.name.IHasName,ISlotProvider
public class SlotId extends Object implements ISlotProvider
Predefined RegRep slot "id"- Author:
- Konstantinos Douloudis
-
-
Field Detail
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
@Nonnull @Nonempty public String getName()
- Specified by:
getNamein interfacecom.helger.commons.name.IHasName
-
createSlot
@Nonnull public SlotType createSlot()
- Specified by:
createSlotin interfaceISlotProvider- Returns:
- A newly created slot. Never
null. Each invocation must create a new instance.
-
-