org.odftoolkit.odfxsltrunnertask
Class ODFXSLTRunnerTask.Param

java.lang.Object
  extended by org.odftoolkit.odfxsltrunnertask.ODFXSLTRunnerTask.Param
All Implemented Interfaces:
XSLTParameter
Enclosing class:
ODFXSLTRunnerTask

public static class ODFXSLTRunnerTask.Param
extends Object
implements XSLTParameter

Paramter class for nested elements.


Method Summary
 String getName()
          Get paramter name.
 String getValue()
          Get paramter value.
 void setExpression(String aValue)
          Set parameter expression.
 void setName(String aName)
          Set parameter name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setName

public void setName(String aName)
Set parameter name.

Parameters:
aName -

setExpression

public void setExpression(String aValue)
Set parameter expression.

Parameters:
aValue -

getName

public String getName()
Get paramter name.

Specified by:
getName in interface XSLTParameter
Returns:
paramter name

getValue

public String getValue()
Get paramter value.

Specified by:
getValue in interface XSLTParameter
Returns:
paramter value.


Copyright © 2017 The Apache Software Foundation. All rights reserved.