com.atlassian.jira.issue.customfields
Interface SortableCustomField

All Known Implementing Classes:
CalculatedCFType, DateCFType, DateTimeCFType, ImportIdLinkCFType, MultiSelectCFType, NumberCFType, ProjectCFType, SelectCFType, TextCFType, URLCFType, UserCFType, VersionCFType

public interface SortableCustomField

Currently a marker interface.


Method Summary
 int compare(java.lang.Object customFieldObjectValue1, java.lang.Object customFieldObjectValue2, CustomField customField)
           
 

Method Detail

compare

public int compare(java.lang.Object customFieldObjectValue1,
                   java.lang.Object customFieldObjectValue2,
                   CustomField customField)


Copyright © 2002-2005 Atlassian. All Rights Reserved.