gov.nih.nci.cagrid.introduce.portal.modification.types
Class NamespaceTypeTreeNode.SchemaElementTypeSorter

java.lang.Object
  extended by gov.nih.nci.cagrid.introduce.portal.modification.types.NamespaceTypeTreeNode.SchemaElementTypeSorter
All Implemented Interfaces:
java.util.Comparator<SchemaElementType>
Enclosing class:
NamespaceTypeTreeNode

public class NamespaceTypeTreeNode.SchemaElementTypeSorter
extends java.lang.Object
implements java.util.Comparator<SchemaElementType>


Constructor Summary
NamespaceTypeTreeNode.SchemaElementTypeSorter()
           
 
Method Summary
 int compare(SchemaElementType o1, SchemaElementType o2)
           
 
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

NamespaceTypeTreeNode.SchemaElementTypeSorter

public NamespaceTypeTreeNode.SchemaElementTypeSorter()
Method Detail

compare

public int compare(SchemaElementType o1,
                   SchemaElementType o2)
Specified by:
compare in interface java.util.Comparator<SchemaElementType>