Interface HasCaseModeProperty


  • public interface HasCaseModeProperty
    Common interface for beans that have a case mode property
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCaseMode()
      Gets the case mode - one of "CASE_INSENSITIVE", "CASE_SENSITIVE", "BACKOFF_TO_LOWERCASE"
      void setCaseMode​(java.lang.String value)
      Sets the case mode - one of "CASE_INSENSITIVE", "CASE_SENSITIVE", "BACKOFF_TO_LOWERCASE"
    • Method Detail

      • getCaseMode

        java.lang.String getCaseMode()
        Gets the case mode - one of "CASE_INSENSITIVE", "CASE_SENSITIVE", "BACKOFF_TO_LOWERCASE"
      • setCaseMode

        void setCaseMode​(java.lang.String value)
        Sets the case mode - one of "CASE_INSENSITIVE", "CASE_SENSITIVE", "BACKOFF_TO_LOWERCASE"