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