org.openbandy.pref
Class Preference

java.lang.Object
  extended by org.openbandy.pref.Preference

public class Preference
extends java.lang.Object

The class represents a preference. Thus, a preference is a simple key (i.e., name) value pair, both of type String. In order to store a preference in the device's RMS, the getByte() method returns a byte array in which a preference is represented according to the following format: name:value:screenModifiable

(c) Copyright P. Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)
See Also:
PreferencesForm

Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait