Media Authoring
with Java API

tv.amwa.maj.entity
Class DescriptiveObject

java.lang.Object
  extended by tv.amwa.maj.entity.InterchangeObject
      extended by tv.amwa.maj.entity.DescriptiveObject
All Implemented Interfaces:
Serializable, Cloneable, DescriptiveObject, InterchangeObject, XMLSerializable

@AAFClass(uuid1=218170368,
          uuid2=0,
          uuid3=0,
          uuid4={6,14,43,52,2,6,1,1},
          definedName="DescriptiveObject",
          description="Extended by objects that represent descriptive metadata.")
public abstract class DescriptiveObject
extends InterchangeObject
implements DescriptiveObject, Serializable

Implements an item of descriptive metadata in a descriptive framework.

THE COMMENTS FOR THIS CLASS ARE INCOMPLETE.

Author:
Richard Cartwright
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class tv.amwa.maj.entity.InterchangeObject
InterchangeObject.InterchangeObjectXMLHandler
 
Constructor Summary
DescriptiveObject()
           
 
Method Summary
 
Methods inherited from class tv.amwa.maj.entity.InterchangeObject
appendXMLChildren, castFromInterface, countProperties, createOptionalPropertyValue, disableGenerationTracking, enableGenerationTracking, getDefinition, getGeneration, getGenerationAUID, getProperties, getPropertyValue, isGenerationTracked, isPropertyPresent, omitOpionalProperty, registerImplementation, setPropertiesFromInterface, setPropertyValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface tv.amwa.maj.iface.InterchangeObject
countProperties, createOptionalPropertyValue, disableGenerationTracking, enableGenerationTracking, getDefinition, getGeneration, getGenerationAUID, getProperties, getPropertyValue, isGenerationTracked, isPropertyPresent, omitOpionalProperty, setPropertyValue
 

Constructor Detail

DescriptiveObject

public DescriptiveObject()

Media Authoring
with Java API

(c) 2007-2008 Richard Cartwright, all rights reserved. Subject to the terms of the AAF SDK Public Source License.