Rio Project 4.2 API Documentation



org.rioproject.log
Class LoggerConfig.FormalArgument

java.lang.Object
  extended by org.rioproject.log.LoggerConfig.FormalArgument
All Implemented Interfaces:
Serializable
Enclosing class:
LoggerConfig

public static class LoggerConfig.FormalArgument
extends Object
implements Serializable

Provide a way to pass parameter lists around.

See Also:
Serialized Form

Constructor Summary
LoggerConfig.FormalArgument(String dataType, String value)
          Constructs a model of a single argument in a parameter list.
 
Method Summary
 String getDataType()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggerConfig.FormalArgument

public LoggerConfig.FormalArgument(String dataType,
                                   String value)
Constructs a model of a single argument in a parameter list.

Parameters:
dataType - The argument's data type.
value - The argument's value.
Method Detail

getDataType

public String getDataType()
Returns:
Returns the argument's data type.

getValue

public String getValue()
Returns:
Returns the argument's value.

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.