org.annotation.wordfreak
Class SortCriteria
java.lang.Object
org.annotation.wordfreak.SortCriteria
- public class SortCriteria
- extends java.lang.Object
Enumerated type indicating the types of soring criteria that can be used with annotations.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CONFIDENCE
public static final SortCriteria CONFIDENCE
TYPE
public static final SortCriteria TYPE
TEXT
public static final SortCriteria TEXT
SPAN
public static final SortCriteria SPAN
toString
public java.lang.String toString()
getCriteriaByName
public static SortCriteria getCriteriaByName(java.lang.String name)
Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.