Media Authoring
with Java API

tv.amwa.maj.argument
Class IdentificationCriteria

java.lang.Object
  extended by tv.amwa.maj.argument.IdentificationCriteria
All Implemented Interfaces:
Serializable, Cloneable, IdentificationCriteria
Direct Known Subclasses:
IdentificationCriteriaByIdGeneration, IdentificationCriteriaByIdProductID, IdentificationCriteriaByIdRefImplVersion, IdentificationCriteriaNoIdSearch

public abstract class IdentificationCriteria
extends Object
implements IdentificationCriteria, Serializable, Cloneable

Implementation of a criteria for matching an identification.

Author:
Richard Cartwright
See Also:
Serialized Form

Method Summary
 IdentificationCriteriaType getIdentificationCriteriaType()
          Returns the kind of identification criteria represented by this value.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIdentificationCriteriaType

public IdentificationCriteriaType getIdentificationCriteriaType()
Description copied from interface: IdentificationCriteria

Returns the kind of identification criteria represented by this value.

Specified by:
getIdentificationCriteriaType in interface IdentificationCriteria
Returns:
Kind of identification criteria represented by this value.

Media Authoring
with Java API

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