Class AbbreviationNameValidator.Config

  • Enclosing class:
    AbbreviationNameValidator

    public static final class AbbreviationNameValidator.Config
    extends java.lang.Object
    AbbreviationName configuration settings.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAllowedAbbreviations()
      A list of abbreviation strings to permit.
      void setAllowedAbbreviations​(java.util.List<java.lang.String> allowedAbbreviations)  
      • Methods inherited from class java.lang.Object

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

      • Config

        public Config()
    • Method Detail

      • getAllowedAbbreviations

        public java.util.List<java.lang.String> getAllowedAbbreviations()
        A list of abbreviation strings to permit.
        Returns:
        Returns the allowed abbreviations.
      • setAllowedAbbreviations

        public void setAllowedAbbreviations​(java.util.List<java.lang.String> allowedAbbreviations)