aspoev.manager.adapter
Class TypeComparator
java.lang.Object
aspoev.manager.adapter.TypeComparator
- public class TypeComparator
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADDITIVE
public static final int ADDITIVE
- See Also:
- Constant Field Values
SUBTRACTIVE
public static final int SUBTRACTIVE
- See Also:
- Constant Field Values
COMPLEX
public static final int COMPLEX
- See Also:
- Constant Field Values
fieldDifferences
protected java.util.Collection fieldDifferences
methodDifferences
protected java.util.Collection methodDifferences
firstType
protected TypeReferenceElement firstType
secondType
protected TypeReferenceElement secondType
TypeComparator
public TypeComparator(TypeReferenceElement one,
TypeReferenceElement two)
getFieldDifferences
public static java.util.Collection getFieldDifferences(TypeReferenceElement typeOne,
TypeReferenceElement typeTwo)
getFieldDifferences
public java.util.Collection getFieldDifferences()
getFirstType
public TypeReferenceElement getFirstType()
getSecondType
public TypeReferenceElement getSecondType()
main
public static void main(java.lang.String[] args)