org.jboss.portal.server.plugins.preferences
Interface Preference

All Known Implementing Classes:
AbstractPreference, MappedPreference, UserPref

public interface Preference

A preference.


Method Summary
 java.lang.String getName()
          Return the preference name.
 Value getValue()
          Return the preference value.
 boolean isReadOnly()
          Return the preference read only value.
 

Method Detail

getName

java.lang.String getName()
Return the preference name.

Returns:
the preference name

getValue

Value getValue()
Return the preference value.

Returns:
the preference value.

isReadOnly

boolean isReadOnly()
Return the preference read only value.

Returns:
the read only value