Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama
Interface OutputFilterCondition


Deprecated.

 no replacement

public interface OutputFilterCondition

The Interface of an output filter condition.

See Also:
OutputArgument

Field Summary
static java.lang.String _CO
          Deprecated. The contains symbol
static java.lang.String _EQ
          Deprecated. The equals symbol
static java.lang.String _GT
          Deprecated. The greater than symbol
static java.lang.String _LT
          Deprecated. The less than symbol

 

Method Summary
 java.lang.String getOperation()
          Deprecated.  
 java.lang.Object getValue()
          Deprecated.  

 

Field Detail

_GT

public static final java.lang.String _GT
Deprecated. 
The greater than symbol
See Also:
Constant Field Values

_LT

public static final java.lang.String _LT
Deprecated. 
The less than symbol
See Also:
Constant Field Values

_EQ

public static final java.lang.String _EQ
Deprecated. 
The equals symbol
See Also:
Constant Field Values

_CO

public static final java.lang.String _CO
Deprecated. 
The contains symbol
See Also:
Constant Field Values
Method Detail

getOperation

public java.lang.String getOperation()
Deprecated. 
Returns:
String the operation

getValue

public java.lang.Object getValue()
Deprecated. 
Returns:
Object the value

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.