Module jakarta.mail

Class ParameterList.LiteralValue

  • Enclosing class:
    ParameterList

    private static class ParameterList.LiteralValue
    extends java.lang.Object
    A struct to hold a literal value that shouldn't be further encoded.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LiteralValue()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • value

        java.lang.String value
    • Constructor Detail

      • LiteralValue

        private LiteralValue()