-
- All Known Implementing Classes:
CTicketID
@Immutable public interface CTicketIDTypeThe type of ticket IDs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcheckPreconditions()Check preconditions for the type.Stringvalue()
-
-
-
Method Detail
-
value
@Parameter String value()
- Returns:
- The ticket ID value
-
checkPreconditions
@Check default void checkPreconditions()
Check preconditions for the type.
-
-