|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.northwestern.at.wordhoard.model.grouping.NoneOfTheAbove
public class NoneOfTheAbove
A "none of the above" grouping object.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Returns true if this object is equal to some other object. |
static NoneOfTheAbove |
get(java.lang.Class groupBy)
Gets a none of the above grouping object. |
static NoneOfTheAbove |
get(java.lang.Class groupBy,
java.lang.String str)
Gets a none of the above grouping object. |
Spelling |
getGroupingSpelling(int numHits)
Gets the spelling of the grouping object. |
java.lang.String |
getReportPhrase()
Gets the report phrase. |
int |
hashCode()
Returns a hash code for the object. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static NoneOfTheAbove get(java.lang.Class groupBy,
java.lang.String str)
groupBy - Group by class.str - Grouping spelling string.
public static NoneOfTheAbove get(java.lang.Class groupBy)
The grouping spelling is "
groupBy - Group by class.
public java.lang.String getReportPhrase()
getReportPhrase in interface GroupingObjectpublic Spelling getGroupingSpelling(int numHits)
getGroupingSpelling in interface GroupingObjectnumHits - Number of hits.
public boolean equals(java.lang.Object obj)
equals in interface GroupingObjectequals in class java.lang.Objectobj - The other object.
public int hashCode()
hashCode in interface GroupingObjecthashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||