Media Authoring
with Java API

tv.amwa.maj.argument
Class IdentificationCriteriaNoIdSearch

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

public class IdentificationCriteriaNoIdSearch
extends IdentificationCriteria
implements IdentificationCriteriaNoIdSearch, Serializable, Cloneable

Implementation of a criteria for matching an identification that matches nothing.

Author:
Richard Cartwright
See Also:
Serialized Form

Constructor Summary
IdentificationCriteriaNoIdSearch()
          Create a new criteria that matches no identifications.
 
Method Summary
 IdentificationCriteriaNoIdSearch clone()
           
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
          Pseudo-XML representation of this identification criteria.
 
Methods inherited from class tv.amwa.maj.argument.IdentificationCriteria
getIdentificationCriteriaType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface tv.amwa.maj.union.IdentificationCriteria
getIdentificationCriteriaType
 

Constructor Detail

IdentificationCriteriaNoIdSearch

public IdentificationCriteriaNoIdSearch()

Create a new criteria that matches no identifications.

Method Detail

equals

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

toString

public String toString()

Pseudo-XML representation of this identification criteria. No corresponding XML schema or DTD is defined. For example:

 <IdentificationCriteria />
 

Overrides:
toString in class Object
Returns:
String representation of an identification criteria that matches nothing.

clone

public IdentificationCriteriaNoIdSearch clone()
                                       throws CloneNotSupportedException
Overrides:
clone in class Object
Throws:
CloneNotSupportedException

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.