Media Authoring
with Java API

tv.amwa.maj.argument
Class SearchForNothing

java.lang.Object
  extended by tv.amwa.maj.argument.SearchCriteria
      extended by tv.amwa.maj.argument.SearchForNothing
All Implemented Interfaces:
Serializable, Cloneable, SearchCriteria, SearchForNothing

public class SearchForNothing
extends SearchCriteria
implements SearchForNothing, Serializable, Cloneable

Implementation of a search criteria for matching mobs that does not match anything.

Author:
Richard Cartwright
See Also:
Serialized Form

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

SearchForNothing

public SearchForNothing()

Create a search criteria that does not match any mobs.

Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()

Create a pseudo-XML representation of this search for nothing. No XML schema or DTD defines this element. Always returns:

 <SearchForNothing />
 

Overrides:
toString in class Object
Returns:
XML representation of this search for nothing.

clone

public SearchForNothing clone()
Overrides:
clone in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.