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