|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalPortletPreference
This class represents a portlet preference, which is a name-value pair.
Method Summary | |
---|---|
Object |
clone()
Clone a copy of itself. |
String |
getName()
Returns the name of this portlet preference. |
String[] |
getValues()
Returns the values of this portlet preference, which is a string array. |
boolean |
isReadOnly()
Returns true if this portlet preference is marked as read-only. |
void |
setValues(String[] values)
Sets values of this portlet preference. |
Method Detail |
---|
String getName()
String[] getValues()
void setValues(String[] values)
values
- values of this portlet preference to set.boolean isReadOnly()
Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |