This method of the RegKeyEnumValue class determines if the registry value is a double word value.
public boolean isDword();
Returns true if the registry value is a double word value, in which case the object is the RegKeyEnumValueInt type; otherwise, returns false.