org.dlese.dpc.schemedit.config
Class SortStatusFlags
java.lang.Object
org.dlese.dpc.schemedit.config.SortStatusFlags
- All Implemented Interfaces:
- Comparator
public class SortStatusFlags
- extends Object
- implements Comparator
Comparator to sort StatusFlag
instances natural order of their "label" property.
- Author:
- Jonathan Ostwald
$Id: SortStatusFlags.java,v 1.3 2009/03/20 23:33:56 jweather Exp $
Method Summary |
int |
compare(Object o1,
Object o2)
Provide comparison for sorting StatusFlag by their label property |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SortStatusFlags
public SortStatusFlags()
compare
public int compare(Object o1,
Object o2)
- Provide comparison for sorting StatusFlag by their label property
- Specified by:
compare
in interface Comparator
- Parameters:
o1
- StatusFlag 1o2
- StatusFlag 2
- Returns:
- DESCRIPTION