com.bea.p13n.rules.model
Class DateTimeModel.Recognizer
java.lang.Object
  
com.bea.p13n.rules.model.DateTimeModel.Recognizer
- All Implemented Interfaces 
 - ClauseModelRecognizer
 
- Enclosing class:
 - DateTimeModel
 
public static final class DateTimeModel.Recognizer
- extends Object
- implements ClauseModelRecognizer
  
 
| 
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 | 
 
DateTimeModel.Recognizer
public DateTimeModel.Recognizer()
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 © 2011, Oracle. All rights reserved.