|
||||||||||
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_2.EnvEntry
public class EnvEntry
Field Summary | |
---|---|
protected Description |
description
|
protected EnvEntryName |
envEntryName
|
protected EnvEntryType |
envEntryType
|
protected EnvEntryValue |
envEntryValue
|
protected String |
id
|
Constructor Summary | |
---|---|
EnvEntry()
|
Method Summary | |
---|---|
void |
addVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
addVetoableChangeListener(VetoableChangeListener param0)
|
Description |
getDescription()
Gets the value of the description property. |
EnvEntryName |
getEnvEntryName()
Gets the value of the envEntryName property. |
EnvEntryType |
getEnvEntryType()
Gets the value of the envEntryType property. |
EnvEntryValue |
getEnvEntryValue()
Gets the value of the envEntryValue property. |
String |
getId()
Gets the value of the id property. |
void |
removeVetoableChangeListener(String param0,
VetoableChangeListener param1)
|
void |
removeVetoableChangeListener(VetoableChangeListener param0)
|
void |
setDescription(Description value)
Sets the value of the description property. |
void |
setEnvEntryName(EnvEntryName value)
Sets the value of the envEntryName property. |
void |
setEnvEntryType(EnvEntryType value)
Sets the value of the envEntryType property. |
void |
setEnvEntryValue(EnvEntryValue value)
Sets the value of the envEntryValue property. |
void |
setId(String value)
Sets the value of the id 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 Description description
protected EnvEntryName envEntryName
protected EnvEntryValue envEntryValue
protected EnvEntryType envEntryType
Constructor Detail |
---|
public EnvEntry()
Method Detail |
---|
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public Description getDescription()
Description
public void setDescription(Description value)
value
- allowed object is
Description
public EnvEntryName getEnvEntryName()
EnvEntryName
public void setEnvEntryName(EnvEntryName value)
value
- allowed object is
EnvEntryName
public EnvEntryValue getEnvEntryValue()
EnvEntryValue
public void setEnvEntryValue(EnvEntryValue value)
value
- allowed object is
EnvEntryValue
public EnvEntryType getEnvEntryType()
EnvEntryType
public void setEnvEntryType(EnvEntryType value)
value
- allowed object is
EnvEntryType
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 |