Media Authoring
with Java API

tv.amwa.maj.union
Interface SearchByMobKind

All Superinterfaces:
SearchCriteria
All Known Implementing Classes:
SearchByMobKind

public interface SearchByMobKind
extends SearchCriteria

Specifies a search criteria for matching mobs defined by a kind of mob.

Author:
Richard Cartwright
See Also:
MobKind

Method Summary
 MobKind getKind()
          Returns the kind of mob of the search criteria.
 void setKind(MobKind kind)
          Sets the kind of mob of the search criteria.
 
Methods inherited from interface tv.amwa.maj.union.SearchCriteria
getSearchTag
 

Method Detail

getKind

MobKind getKind()

Returns the kind of mob of the search criteria.

Returns:
Kind of mob of the search criteria.

setKind

void setKind(MobKind kind)
             throws NullPointerException

Sets the kind of mob of the search criteria.

Parameters:
kind - Kind of mob of the search criteria.
Throws:
NullPointerException - The given mob kind is null.

Media Authoring
with Java API

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