org.eclipse.net4j.util.om.pref
Interface OMPreference<T>


public interface OMPreference<T>

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 Summary
static class OMPreference.Type
           
 
Method Summary
 T getDefaultValue()
           
 String getName()
           
 OMPreferences getPreferences()
           
 OMPreference.Type getType()
           
 T getValue()
           
 boolean isSet()
           
 T setValue(T value)
           
 T unSet()
           
 

Method Detail

getPreferences

OMPreferences getPreferences()

getName

String getName()

getType

OMPreference.Type getType()

getDefaultValue

T getDefaultValue()

getValue

T getValue()

setValue

T setValue(T value)

unSet

T unSet()

isSet

boolean isSet()


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.