BEA Systems, Inc.

Uses of Class
weblogic.common.ParamValue

Packages that use ParamValue
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
 

Uses of ParamValue in weblogic.common
 

Methods in weblogic.common that return ParamValue
 ParamValue ParamValue.elementAt(int index)
          Used for accessing ParamValues in a Vector of ParamValues.
 ParamValue ParamValue.set(boolean val)
          Sets the value of a ParamValue to a boolean.
 ParamValue ParamValue.set(boolean val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified boolean.
 ParamValue ParamValue.set(byte val)
          Sets the value of a ParamValue to a byte.
 ParamValue ParamValue.set(char val)
          Sets the value of a ParamValue to a char.
 ParamValue ParamValue.set(char val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified char.
 ParamValue ParamValue.set(Date val)
          Sets the value of a ParamValue to a Date.
 ParamValue ParamValue.set(Date val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified date.
 ParamValue ParamValue.set(double val)
          Sets the value of a ParamValue to a double.
 ParamValue ParamValue.set(double val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified double.
 ParamValue ParamValue.set(float val)
          Sets the value of a ParamValue to a float.
 ParamValue ParamValue.set(float val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified float.
 ParamValue ParamValue.set(int val)
          Sets the value of a ParamValue to an int.
 ParamValue ParamValue.set(int val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified int.
 ParamValue ParamValue.set(long val)
          Sets the value of a ParamValue to a long.
 ParamValue ParamValue.set(long val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified long.
 ParamValue ParamValue.set(Object val)
          Sets the value of a ParamValue to an Object.
 ParamValue ParamValue.set(Object val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified Object.
 ParamValue ParamValue.set(ParamValue val)
          Sets the value of a ParamValue to a ParamValue.
 ParamValue ParamValue.set(ParamValue val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified ParamValue.
 ParamValue ParamValue.set(short val)
          Sets the value of a ParamValue to a short.
 ParamValue ParamValue.set(short val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified integer.
 ParamValue ParamValue.set(String val)
          Sets the value of a ParamValue to a String.
 ParamValue ParamValue.set(String val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified string.
 

Methods in weblogic.common with parameters of type ParamValue
 ParamValue ParamValue.set(ParamValue val)
          Sets the value of a ParamValue to a ParamValue.
 ParamValue ParamValue.set(ParamValue val, int index)
          Sets the value at the specified index into a Vector of ParamValues to the specified ParamValue.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs92
Copyright 2006 BEA Systems Inc.