|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Extend the value map interface to provide meta information.
Method Summary | |
boolean |
isReadOnly(java.lang.String key)
Return the read only value for the given preference. |
void |
setReadOnly(java.lang.String key,
boolean readOnly)
Update the read only value for the given key. |
Methods inherited from interface org.jboss.portal.migration.model22.other.ValueMap |
getKeys, getValue, setValue |
Method Detail |
public boolean isReadOnly(java.lang.String key) throws java.lang.IllegalArgumentException
key
- the requested key
java.lang.IllegalArgumentException
- if the key is nullpublic void setReadOnly(java.lang.String key, boolean readOnly) throws java.lang.IllegalArgumentException, java.lang.UnsupportedOperationException
key
- the key to updatereadOnly
- the new read only value
java.lang.UnsupportedOperationException
- if the operation is not supported
java.lang.IllegalArgumentException
- if the key is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |