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
public String getValue();
Retrieves the string contents of this 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.RegKeyEnumValueString: name = value (type = type)"
- value
- The string value.