Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

oracle.apps.fnd.appltest.diagfwk.api
Interface NameValue

All Known Subinterfaces:
NameValueExtn
All Known Implementing Classes:
NameValueExtnImpl, NameValueImpl

public interface NameValue

Models a simple name value pair token. Such tokens can be used whenever parameter name values are required for representing input, output parameters to diagnostic tests or token name values for substitution when creating translatable messages.


Method Summary
 java.lang.String getName()
          Gets the name for this token
 java.lang.Object getObjValue()
          Gets the object value for this token
 java.lang.String getValue()
          Gets the value for this token
 void setName(java.lang.String pName)
          Sets the name for this token
 void setObjValue(java.lang.Object pValue)
          Sets the value for this token to be the given object
 void setValue(java.lang.String pValue)
          Sets the value for this token
 

Method Detail

setName

void setName(java.lang.String pName)
Sets the name for this token

Parameters:
pName - the name for this token.

setValue

void setValue(java.lang.String pValue)
Sets the value for this token

Parameters:
pValue - the value for this token

setObjValue

void setObjValue(java.lang.Object pValue)
Sets the value for this token to be the given object

Parameters:
pValue - the object value for this token

getName

java.lang.String getName()
Gets the name for this token

Returns:
the name for this token

getValue

java.lang.String getValue()
Gets the value for this token

Returns:
the value for this token

getObjValue

java.lang.Object getObjValue()
Gets the object value for this token

Returns:
the object value for this token

Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.