org.portletfaces.bridge.preference
Interface Preference


public interface Preference

Author:
Neil Griffin

Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 java.util.List<java.lang.String> getValues()
           
 boolean isReadOnly()
           
 void reset()
           
 void setName(java.lang.String name)
           
 void setValue(java.lang.String value)
           
 void setValues(java.lang.String[] values)
           
 

Method Detail

reset

void reset()
           throws javax.portlet.ReadOnlyException
Throws:
javax.portlet.ReadOnlyException

getName

java.lang.String getName()

setName

void setName(java.lang.String name)

getValue

java.lang.String getValue()

setValue

void setValue(java.lang.String value)
              throws javax.portlet.ReadOnlyException
Throws:
javax.portlet.ReadOnlyException

getValues

java.util.List<java.lang.String> getValues()

setValues

void setValues(java.lang.String[] values)
               throws javax.portlet.ReadOnlyException
Throws:
javax.portlet.ReadOnlyException

isReadOnly

boolean isReadOnly()


Copyright © 2011 portletfaces.org. All Rights Reserved.