|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdoclet.ConfigParameter
Constructor Summary | |
ConfigParameter()
|
Method Summary | |
String |
getName()
Gets the Name attribute of the ConfigParameter object |
String |
getValue()
Gets the Value attribute of the ConfigParameter object |
void |
setName(String name)
Sets the Name attribute of the ConfigParameter object |
void |
setValue(String value)
Sets the Value attribute of the ConfigParameter object |
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 String getName()
public String getValue()
public void setName(String name)
name
- The new Name valuepublic void setValue(String value)
value
- The new Value value
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |