public interface PreferenceInfo
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDefaultValue()
Return the default value or null if it cannot be determined (for instance WSRP v1 does not define it).
|
org.gatein.common.i18n.LocalizedString |
getDescription()
Retrieves the localized description of the described preference.
|
org.gatein.common.i18n.LocalizedString |
getDisplayName()
Retrieves the localized display name of the described preference.
|
String |
getKey()
Retrieves the key associated to the described preference.
|
Boolean |
isReadOnly()
Return true if the preference is read-only, false otherwise or null if it cannot be determined.
|
String getKey()
org.gatein.common.i18n.LocalizedString getDisplayName()
LocalizedStringorg.gatein.common.i18n.LocalizedString getDescription()
LocalizedStringBoolean isReadOnly()
true if the described preference is read-only, false otherwise.Copyright © 2003-2016 GateIn. All Rights Reserved.