Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.2)

E10653-10


oracle.jbo.script.debug.client
Class WebClientVariable

java.lang.Object
  extended by oracle.jbo.script.debug.client.WebClientVariable

All Implemented Interfaces:
java.lang.Comparable

Deprecated.

public class WebClientVariable
extends java.lang.Object
implements java.lang.Comparable
For internal use only. Application developers should not use this

Field Summary
protected  WebClient client
          Deprecated.  
protected  java.lang.String displayType
          Deprecated.  
protected  java.lang.String displayValue
          Deprecated.  
protected  int frameIndex
          Deprecated.  
protected static int MAXCHILDREN
          Deprecated.  
protected  java.lang.String mementoValue
          Deprecated.  
protected  java.lang.String name
          Deprecated.  
protected  java.lang.String type
          Deprecated.  

 

Method Summary
 int compareTo(java.lang.Object o)
          Deprecated.  
 java.util.List<WebClientVariable> getChildren()
          Deprecated.  
protected  java.lang.String getDisplayType(com.sun.jdi.ObjectReference objRef)
          Deprecated.  
protected  java.lang.String getDisplayValue(com.sun.jdi.ObjectReference objRef)
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 java.lang.String getType()
          Deprecated.  
 java.lang.String getValue()
          Deprecated.  

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

MAXCHILDREN

protected static final int MAXCHILDREN
Deprecated. 
See Also:
Constant Field Values

mementoValue

protected java.lang.String mementoValue
Deprecated. 

client

protected WebClient client
Deprecated. 

name

protected java.lang.String name
Deprecated. 

displayType

protected java.lang.String displayType
Deprecated. 

displayValue

protected java.lang.String displayValue
Deprecated. 

type

protected java.lang.String type
Deprecated. 

frameIndex

protected int frameIndex
Deprecated. 

Method Detail

getName

public java.lang.String getName()
Deprecated. 

getType

public java.lang.String getType()
Deprecated. 

getValue

public java.lang.String getValue()
Deprecated. 

getChildren

public java.util.List<WebClientVariable> getChildren()
Deprecated. 

getDisplayType

protected java.lang.String getDisplayType(com.sun.jdi.ObjectReference objRef)
Deprecated. 

getDisplayValue

protected java.lang.String getDisplayValue(com.sun.jdi.ObjectReference objRef)
Deprecated. 

compareTo

public int compareTo(java.lang.Object o)
Deprecated. 
Specified by:
compareTo in interface java.lang.Comparable

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.2)

E10653-10


Copyright © 1997, 2013, Oracle. All rights reserved.