|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefinitionCriteriaByClass
Specifies a criteria for matching a definition determined by reference to the unique identifier of a class definition.
ClassDefinition
,
MetaDefinition.getAUID()
Method Summary | |
---|---|
AUID |
getClassId()
Returns the class identifier defining this definition criteria. |
void |
setClassId(AUID classId)
Sets the class identifier defining this definition criteria. |
Methods inherited from interface tv.amwa.maj.union.DefinitionCriteria |
---|
getDefinitionType |
Method Detail |
---|
AUID getClassId()
Returns the class identifier defining this definition criteria.
void setClassId(AUID classId) throws NullPointerException
Sets the class identifier defining this definition criteria.
classId
- Class identifier defining this definition criteria.
NullPointerException
- The class identifier value is null
.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |