org.apache.jetspeed.om.registry
Interface Parameter

All Superinterfaces:
RegistryEntry
All Known Subinterfaces:
CachedParameter
All Known Implementing Classes:
BaseCachedParameter, BaseParameter

public interface Parameter
extends RegistryEntry

Interface describing a parameter for a registry entry.

Version:
$Id: Parameter.java,v 1.4 2005/05/04 20:26:37 morciuch Exp $
Author:
Raphaël Luta

Method Summary
 ParameterStyle getParameterStyle()
          Returns parameter style object
 java.lang.String getType()
           
 java.lang.String getValue()
           
 void setParameterStyle(ParameterStyle style)
          Sets the parameter style object
 void setType(java.lang.String type)
          Sets the type of this parameter.value.
 void setValue(java.lang.String value)
          Sets the value of this parameter.
 
Methods inherited from interface org.apache.jetspeed.om.registry.RegistryEntry
getDescription, getId, getMetaInfo, getName, getSecurity, getSecurityRef, getTitle, isHidden, setDescription, setHidden, setMetaInfo, setName, setSecurity, setSecurityRef, setTitle
 

Method Detail

getValue

public java.lang.String getValue()
Returns:
the value for this parameter

setValue

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

Parameters:
value - the new parameter value

getType

public java.lang.String getType()
Returns:
the parameter's type

setType

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

Parameters:
type - the new parameter type

getParameterStyle

public ParameterStyle getParameterStyle()
Returns parameter style object

Returns:
parameter style

setParameterStyle

public void setParameterStyle(ParameterStyle style)
Sets the parameter style object

Parameters:
style -


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