org.apache.cocoon.components.flow
Class Interpreter.Argument

java.lang.Object
  extended by org.apache.cocoon.components.flow.Interpreter.Argument
Enclosing interface:
Interpreter

public static class Interpreter.Argument
extends Object


Field Summary
 String name
           
 String value
           
 
Constructor Summary
Interpreter.Argument(String name, String value)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

value

public String value
Constructor Detail

Interpreter.Argument

public Interpreter.Argument(String name,
                            String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.