Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jaxb.compiler
Class AnnotationsProcessor.PropertyComparitor

java.lang.Object
  extended by org.eclipse.persistence.jaxb.compiler.AnnotationsProcessor.PropertyComparitor

All Implemented Interfaces:
java.util.Comparator<Property>
Enclosing class:
AnnotationsProcessor

 class AnnotationsProcessor.PropertyComparitor
extends java.lang.Object
implements java.util.Comparator<Property>

Inner class used for ordering a list of Properties alphabetically by property name.


Constructor Summary
AnnotationsProcessor.PropertyComparitor()
           

 

Method Summary
 int compare(Property p1, Property p2)
           

 

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

 

Methods inherited from interface java.util.Comparator
equals

 

Constructor Detail

AnnotationsProcessor.PropertyComparitor

AnnotationsProcessor.PropertyComparitor()

Method Detail

compare

public int compare(Property p1,
                   Property p2)
Specified by:
compare in interface java.util.Comparator<Property>

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.