|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdentificationCriteriaByIdGeneration
Specifies a criteria for matching an identification by its generation id.
Identification.getGenerationAUID()
,
AUID
Method Summary | |
---|---|
AUID |
getGenerationID()
Returns the generation id of the identification criteria. |
void |
setGenerationID(AUID generationID)
Sets the generation id of the identification criteria. |
Methods inherited from interface tv.amwa.maj.union.IdentificationCriteria |
---|
getIdentificationCriteriaType |
Method Detail |
---|
AUID getGenerationID()
Returns the generation id of the identification criteria.
void setGenerationID(AUID generationID) throws NullPointerException
Sets the generation id of the identification criteria.
generationID
- Set the generation id of the identification criteria.
NullPointerException
- The given generation id is null
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |