Interface CProjectNameType

All Known Implementing Classes:
CProjectName

@Immutable
public interface CProjectNameType
The type of project names.
  • Method Summary

    Modifier and Type Method Description
    default void checkPreconditions()
    Check preconditions for the type.
    java.lang.String value()  
  • Method Details

    • value

      @Parameter java.lang.String value()
      Returns:
      The project name value
    • checkPreconditions

      @Check default void checkPreconditions()
      Check preconditions for the type.