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.
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static interfaceOMPreference.Participantstatic classOMPreference.Type
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetDefaultValue()java.lang.StringgetName()OMPreferencesgetPreferences()OMPreference.TypegetType()TgetValue()booleanisSet()TsetValue(T value)TunSet()
 
- 
- 
- 
Method Detail- 
getPreferencesOMPreferences getPreferences() 
 - 
getNamejava.lang.String getName() 
 - 
getTypeOMPreference.Type getType() 
 - 
getDefaultValueT getDefaultValue() 
 - 
getValueT getValue() 
 - 
unSetT unSet() 
 - 
isSetboolean isSet() 
 
- 
 
-