站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

Preference - JBOSS Portal 2.6 API 英文版文档


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

All Known Implementing Classes:
MappedPreference

public interface Preference

A preference.

Version:
$Revision: 5449 $
Author:
Julien Viet

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