Class WinRegistry.ExpandString

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    WinRegistry

    public static class WinRegistry.ExpandString
    extends java.lang.Object
    implements java.io.Serializable
    Class to represent Strings with type REG_EXPAND_SZ.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpandString​(java.lang.String value)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()
      Get the string value.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ExpandString

        public ExpandString​(java.lang.String value)
        Constructor.
        Parameters:
        value - the string value
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Get the string value.
        Returns:
        the string value
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object