org.jboss.portal.migration.model20.model
Interface Preference

All Known Implementing Classes:
MappedPreference

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

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

Returns:
the preference name

getValue

public Value getValue()
Return the preference value.

Returns:
the preference value.

isReadOnly

public boolean isReadOnly()
Return the preference read only value.

Returns:
the read only value