Skip navigation links 
 
oracle.jbo.common
Class AccTravQualByAttrValuesImpl
java.lang.Object
  
oracle.jbo.common.AccTravQualBaseImpl
      
oracle.jbo.common.AccTravQualByAttrValuesImpl
- All Implemented Interfaces:
 
- java.io.Serializable, AccTravQualifier
 
- 
public class AccTravQualByAttrValuesImpl
 
- extends AccTravQualBaseImpl
 
This accessor traversal qualifier class matches by the row's attribute values.
- Since:
 
- JDeveloper 10.1.2
 
- See Also:
 
AccTravQualifier, Serialized Form 
 
  
 
| Method Summary | 
 boolean | 
isMatch(Row row) 
          Returns if the row qualifies this AccTravQualifier. | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
AccTravQualByAttrValuesImpl
public AccTravQualByAttrValuesImpl(java.lang.String[] attrNames,
                                   java.lang.Object[] attrValues,
                                   AccTravInvoke[] accTravInvokes)
AccTravQualByAttrValuesImpl
public AccTravQualByAttrValuesImpl(int[] attrIndices,
                                   java.lang.Object[] attrValues,
                                   AccTravInvoke[] accTravInvokes)
isMatch
public boolean isMatch(Row row)
- Description copied from interface: 
AccTravQualifier 
- Returns if the row qualifies this AccTravQualifier.
 
- 
- Specified by:
 
isMatch in interface AccTravQualifier 
- Specified by:
 
isMatch in class AccTravQualBaseImpl 
 
- 
- Parameters:
 
row - the row to match. 
- Returns:
 
- a boolean flag indicating whether the row qualifies or now.
 
 
Skip navigation links 
 
Copyright © 1997, 2015, Oracle. All rights reserved.