com.bea.commerce.ebusiness.shoppingcart.model
Class CartContainsCategoryModel.Recognizer

java.lang.Object
  extended by com.bea.commerce.ebusiness.shoppingcart.model.CartContainsCategoryModel.Recognizer
All Implemented Interfaces
ClauseModelRecognizer
Enclosing class:
CartContainsCategoryModel

public static final class CartContainsCategoryModel.Recognizer
extends Object
implements ClauseModelRecognizer

An object which can recognize CartContainsCategoryModel's from xml structure.


Constructor Summary
CartContainsCategoryModel.Recognizer()
           
 
Method Summary
 boolean recognize(org.apache.xmlbeans.XmlObject clause, String clauseType)
          Check if the specified xml structure is an instance of the specified clause type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartContainsCategoryModel.Recognizer

public CartContainsCategoryModel.Recognizer()
Method Detail

recognize

public boolean recognize(org.apache.xmlbeans.XmlObject clause,
                         String clauseType)
Description copied from interface: ClauseModelRecognizer
Check if the specified xml structure is an instance of the specified clause type.

Specified by:
recognize in interface ClauseModelRecognizer


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.