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
public int getValue();
Retrieves the double-word contents of the registry value.
Return Value:
Returns the registry value.
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)"
- value
- The integer value.