-
- All Known Implementing Classes:
CProjectName
@Immutable public interface CProjectNameTypeThe type of project names.
-
-
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 project name value
-
checkPreconditions
@Check default void checkPreconditions()
Check preconditions for the type.
-
-