|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchByName
Specifies a search criteria for matching mobs defined by mob name.
Mob.getName()
Method Summary | |
---|---|
String |
getName()
Returns the name that defines the search criteria. |
void |
setName(String name)
Sets the name the defines the search criteria. |
Methods inherited from interface tv.amwa.maj.union.SearchCriteria |
---|
getSearchTag |
Method Detail |
---|
String getName()
Returns the name that defines the search criteria.
void setName(String name) throws NullPointerException
Sets the name the defines the search criteria.
name
- Name defining the search criteria.
NullPointerException
- The given name is null
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |