Rio Project 4.2 API Documentation
org.rioproject.log
Class LoggerConfig.FormalArgument
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
getDataType
public String getDataType()
- Returns:
- Returns the argument's data type.
getValue
public String getValue()
- Returns:
- Returns the argument's value.
Copyright © 2006-2011 Rio Project. All Rights Reserved.