com.agilejava.docbkx.maven
Class Parameter

java.lang.Object
  extended by com.agilejava.docbkx.maven.Parameter

public class Parameter
extends Object

The representation of an XSL parameter made of a name and a value.

Author:
Cedric Pronzato

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

Parameter

public Parameter()
Method Detail

getName

public String getName()
Returns the name of the parameter.

Returns:
The name of the parameter.

setName

public void setName(String name)
Sets the name of the parameter.

Parameters:
name - Sets the name of the parameter.

getValue

public String getValue()
Returns the value of the parameter.

Returns:
The value of the parameter.

setValue

public void setValue(String value)
Sets the value of the parameter.

Parameters:
value - The value of the parameter.


Copyright © 2006-2013. All Rights Reserved.