org.netbeans.modules.j2ee.dd/1 1.13.0 2

org.netbeans.modules.j2ee.dd.api.common
Interface InitParam

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface InitParam
extends CommonDDBean, DescriptionInterface

Generated interface for InitParam and ContextParam elements.

Important note: Do not provide an implementation of this interface unless you are a DD API provider!


Field Summary
static String PARAM_NAME
           
static String PARAM_VALUE
           
 
Method Summary
 String getParamName()
          Getter for param-name property.
 String getParamValue()
          Getter for param-value property.
 void setParamName(String value)
          Setter for param-name property.
 void setParamValue(String value)
          Setter for param-value property.
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

PARAM_NAME

static final String PARAM_NAME
See Also:
Constant Field Values

PARAM_VALUE

static final String PARAM_VALUE
See Also:
Constant Field Values
Method Detail

setParamName

void setParamName(String value)
Setter for param-name property.

Parameters:
value - property value

getParamName

String getParamName()
Getter for param-name property.

Returns:
property value

setParamValue

void setParamValue(String value)
Setter for param-value property.

Parameters:
value - property value

getParamValue

String getParamValue()
Getter for param-value property.

Returns:
property value

org.netbeans.modules.j2ee.dd/1 1.13.0 2

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.