Media Authoring
with Java API

tv.amwa.maj.union
Interface DefinitionCriteriaByName

All Superinterfaces:
DefinitionCriteria
All Known Implementing Classes:
DefinitionCriteriaByName

public interface DefinitionCriteriaByName
extends DefinitionCriteria

Criteria for matching a definition by its name.

Author:
Richard Cartwright
See Also:
DefinitionObject.getName()

Method Summary
 String getName()
          Returns the name defining this definition criteria.
 void setName(String name)
          Sets the name defining this definition criteria.
 
Methods inherited from interface tv.amwa.maj.union.DefinitionCriteria
getDefinitionType
 

Method Detail

getName

String getName()

Returns the name defining this definition criteria.

Returns:
Name defining this definition criteria.

setName

void setName(String name)
             throws NullPointerException

Sets the name defining this definition criteria.

Parameters:
name - Name defining this definition criteria.
Throws:
NullPointerException - The definition name 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.