org.apache.pluto.descriptors.common
Class InitParamDD

java.lang.Object
  extended by org.apache.pluto.descriptors.common.InitParamDD

public class InitParamDD
extends java.lang.Object

Initialization Parameter configuration.

Since:
Feb 28, 2005 The init-param element contains a name/value pair as an initialization param of the portlet Used in:portlet

Java class for init-paramType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="init-paramType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}nameType"/>
         <element name="value" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}valueType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
Version:
$Id: InitParamDD.java 157038 2005-03-11 03:44:40Z ddewolf $

Constructor Summary
InitParamDD()
          Default Constructor.
 
Method Summary
 java.lang.String getDescription()
          Retrieve the description.
 java.util.List getDescriptions()
          Retrieve the description list.
 java.lang.String getParamName()
          Retrieve the name of the parameter.
 java.lang.String getParamValue()
          Get the name of the parameter.
 void setDescription(java.lang.String description)
          Set the description of the parameter.
 void setDescriptions(java.util.List<java.lang.String> descriptions)
          Set the description list.
 void setParamName(java.lang.String paramName)
          Set the name of the parameter.
 void setParamValue(java.lang.String paramValue)
          Set the value of the parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitParamDD

public InitParamDD()
Default Constructor.

Method Detail

getParamName

public java.lang.String getParamName()
Retrieve the name of the parameter.

Returns:

setParamName

public void setParamName(java.lang.String paramName)
Set the name of the parameter.

Parameters:
paramName -

getParamValue

public java.lang.String getParamValue()
Get the name of the parameter.

Returns:

setParamValue

public void setParamValue(java.lang.String paramValue)
Set the value of the parameter.

Parameters:
paramValue -

getDescription

public java.lang.String getDescription()
Retrieve the description.

Returns:

setDescription

public void setDescription(java.lang.String description)
Set the description of the parameter.

Parameters:
description -

getDescriptions

public java.util.List getDescriptions()
Retrieve the description list.

Returns:

setDescriptions

public void setDescriptions(java.util.List<java.lang.String> descriptions)
Set the description list.

Parameters:
description -


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.