Packages
 In this topic

*Methods

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.lang   Previous This
Package
Next

 


Class RegKeyEnumValueString

public class RegKeyEnumValueString extends RegKeyEnumValue
{
  // Fields
  public String value;

  // Methods
  public String getValue();
  public String toString();
}

This class is created as a result of returning a string from RegKey.enumValue.

RegKeyEnumValue
  |
  +--RegKeyEnumValueString

Methods

getValue

public String getValue();

Retrieves the string contents of this registry value.

Return Value:

Returns the registry value.

toString

public String toString();

Retrieves a string representation of the object.

Return Value:

Returns a string of the form, "com.ms.lang.RegKeyEnumValueString: name = value (type = type)"

Fields

value
The string value.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.