Packages
 In this topic

*Methods

*Fields

 

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

 


Class RegKeyEnumValueInt

public class RegKeyEnumValueInt extends RegKeyEnumValue
{
  // Fields
  public int value;

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

This class is created when RegKey.enumValue returns a integer.

RegKeyEnumValue
  |
  +--RegKeyEnumValueInt

Methods

getValue

public int getValue();

Retrieves the double-word contents of the 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.RegKeyEnumValueInt: name = value (type = type)"

Fields

value
The integer value.

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