Package org.eclipse.net4j.util.om.pref
Interface OMPreference<T>
public interface OMPreference<T>
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Details
-
getPreferences
OMPreferences getPreferences() -
getName
String getName() -
getType
OMPreference.Type getType() -
getDefaultValue
T getDefaultValue() -
getValue
T getValue() -
setValue
-
unSet
T unSet() -
isSet
boolean isSet()
-