Class EducationPrincipleKeyFormat


  • public class EducationPrincipleKeyFormat
    extends java.lang.Object
    The characters allowed for the education principle keys are limited by the following regex pattern: "^[a-z0-9_]+$"
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ERROR_MESSAGE_SUFFIX  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void validate​(java.lang.String educationPrincipleKey)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ERROR_MESSAGE_SUFFIX

        public static final java.lang.String ERROR_MESSAGE_SUFFIX
        See Also:
        Constant Field Values
    • Method Detail

      • validate

        public static void validate​(java.lang.String educationPrincipleKey)