|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TypeDefinitionStrongObjectReference
Specifies the definition of a property type that defines an object relationship where the target of the strong reference is owned by the object with the property with the strong object reference type. An object can be the target of only one strong reference within an AAF file.
This property type is known as a strong reference. For example, a reference
to a network locator of this type is called a "StrongReference
to NetworkLoctor" in the AAF object specification and may also be represented as
"StrongReference<NetworkLocator>". Both these styles of type name can be used
to return a strong reference type definition from the factory function
AAFFactory.typeDefinitionForName(String)
.
makeTypeDefinitionStrongObjectReference()
,
TypeCategory.StrongObjRef
,
TypeDefinitionWeakObjectReference
Method Summary |
---|
Methods inherited from interface tv.amwa.maj.iface.TypeDefinitionObjectReference |
---|
createValue, getObject, getObjectType, setObject |
Methods inherited from interface tv.amwa.maj.iface.TypeDefinition |
---|
getTypeCategory |
Methods inherited from interface tv.amwa.maj.iface.MetaDefinition |
---|
getAUID, getDescription, getName, setDescription, setName |
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |