org.apache.jetspeed.om.registry
Interface StyleOption

All Known Implementing Classes:
BaseStyleOption

public interface StyleOption

Interface describing a style option for a portlet parameter style.

Version:
$Id: StyleOption.java,v 1.1 2005/05/04 20:26:37 morciuch Exp $
Author:
Mark Orciuch

Method Summary
 java.lang.String getName()
           
 java.lang.String getValue()
           
 void setName(java.lang.String value)
          Sets the name of this parameter.
 void setValue(java.lang.String value)
          Sets the value of this parameter.
 

Method Detail

getName

public java.lang.String getName()
Returns:
the name of this style option

setName

public void setName(java.lang.String value)
Sets the name of this parameter.


getValue

public java.lang.String getValue()
Returns:
the value of this style option

setValue

public void setValue(java.lang.String value)
Sets the value of this parameter.

Parameters:
value - the new parameter value


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.