|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.agilejava.docbkx.maven.Parameter
public class Parameter
The representation of an XSL parameter made of a name and a value.
Constructor Summary | |
---|---|
Parameter()
|
Method Summary | |
---|---|
String |
getName()
Returns the name of the parameter. |
String |
getValue()
Returns the value of the parameter. |
void |
setName(String name)
Sets the name of the parameter. |
void |
setValue(String value)
Sets 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 Parameter()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- Sets the name of the parameter.public String getValue()
public void setValue(String value)
value
- The value of the parameter.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |