|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefinitionCriteriaByName
Criteria for matching a definition by its name.
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 |
---|
String getName()
Returns the name defining this definition criteria.
void setName(String name) throws NullPointerException
Sets the name defining this definition criteria.
name
- Name defining this definition criteria.
NullPointerException
- The definition name is null
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |