|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.ConfigParameter
public final class ConfigParameter
Allows to set configuration parameters that will be included in the element as attribute value pair.
The following input
Constructor Summary | |
---|---|
ConfigParameter()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the Name attribute of the ConfigParameter object |
java.lang.String |
getValue()
Gets the Value attribute of the ConfigParameter object |
void |
setName(java.lang.String name)
The name of the parameter. |
void |
setValue(java.lang.String value)
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 |
---|
public ConfigParameter()
Method Detail |
---|
public java.lang.String getName()
public java.lang.String getValue()
public void setName(java.lang.String name)
name
- The new Name valuepublic void setValue(java.lang.String value)
value
- The new Value value
|
http://xdoclet.sourceforge.net/ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |