|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttv.amwa.maj.argument.SearchCriteria
tv.amwa.maj.argument.SearchForNothing
public class SearchForNothing
Implementation of a search criteria for matching mobs that does not match anything.
Constructor Summary | |
---|---|
SearchForNothing()
Create a search criteria that does not match any mobs. |
Method Summary | |
---|---|
SearchForNothing |
clone()
|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
Create a pseudo-XML representation of this search for nothing. |
Methods inherited from class tv.amwa.maj.argument.SearchCriteria |
---|
getSearchTag |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface tv.amwa.maj.union.SearchCriteria |
---|
getSearchTag |
Constructor Detail |
---|
public SearchForNothing()
Create a search criteria that does not match any mobs.
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public String toString()
Create a pseudo-XML representation of this search for nothing. No XML schema or DTD defines this element. Always returns:
<SearchForNothing />
toString
in class Object
public SearchForNothing clone()
clone
in class Object
public int hashCode()
hashCode
in class Object
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |