|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchByMobID
Specifies a search criteria for matching mobs defined by a mob id.
Method Summary | |
---|---|
MobID |
getMobId()
Returns the mob id of the search criteria. |
void |
setMobId(MobID mobId)
Sets the mob id of the search criteria. |
Methods inherited from interface tv.amwa.maj.union.SearchCriteria |
---|
getSearchTag |
Method Detail |
---|
MobID getMobId()
Returns the mob id of the search criteria.
void setMobId(MobID mobId) throws NullPointerException
Sets the mob id of the search criteria.
mobId
- Mob id of the search criteria.
NullPointerException
- The given mob id is null
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |