|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.http.webxml.schema.version_2_3.ContextParam
public class ContextParam
Field Summary | |
---|---|
protected Description |
description
|
protected String |
id
|
protected ParamName |
paramName
|
protected ParamValue |
paramValue
|
Constructor Summary | |
---|---|
ContextParam()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
Description |
getDescription()
Gets the value of the description property. |
String |
getId()
Gets the value of the id property. |
ParamName |
getParamName()
Gets the value of the paramName property. |
ParamValue |
getParamValue()
Gets the value of the paramValue property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setParamName(ParamName value)
Sets the value of the paramName property. |
void |
setParamValue(ParamValue value)
Sets the value of the paramValue property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String id
protected ParamName paramName
protected ParamValue paramValue
protected Description description
Constructor Detail |
---|
public ContextParam()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public ParamName getParamName()
ParamName
public void setParamName(ParamName value)
value
- allowed object is
ParamName
public ParamValue getParamValue()
ParamValue
public void setParamValue(ParamValue value)
value
- allowed object is
ParamValue
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public void addVetoableChangeListener(VetoableChangeListener param0)
public void addVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(String param0, VetoableChangeListener param1)
public void removeVetoableChangeListener(VetoableChangeListener param0)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |