Media Authoring
with Java API

tv.amwa.maj.union
Interface DefinitionCriteriaByKind

All Superinterfaces:
DefinitionCriteria
All Known Implementing Classes:
DefinitionCriteriaByKind

public interface DefinitionCriteriaByKind
extends DefinitionCriteria

Specifies a criteria for matching a definition determined by its kind, such as data definition, property definition etc..

Author:
Richard Cartwright
See Also:
DefinitionKind, Dictionary

Method Summary
 DefinitionKind getKind()
          Returns the definition kind for this definition criteria.
 void setKind(DefinitionKind kind)
          Sets the definition kind for this definition criteria.
 
Methods inherited from interface tv.amwa.maj.union.DefinitionCriteria
getDefinitionType
 

Method Detail

getKind

DefinitionKind getKind()

Returns the definition kind for this definition criteria.

Returns:
Definition kind for this definition criteria.

setKind

void setKind(DefinitionKind kind)
             throws NullPointerException

Sets the definition kind for this definition criteria.

Parameters:
kind - Definition kind for this definition criteria.
Throws:
NullPointerException - The definition 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.