Media Authoring
with Java API

tv.amwa.maj.entity
Class SubDescriptor

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

@AAFClass(uuid1=218169601,
          uuid2=257,
          uuid3=22784,
          uuid4={6,14,43,52,2,6,1,1},
          definedName="SubDescriptor",
          description="Information to help find a file that contains the essence.")
public abstract class SubDescriptor
extends InterchangeObject
implements SubDescriptor

Implements the representation of additional descriptor metadata that is not provided in the specified essence descriptor class hierarchy.

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
 
Field Summary
static String SUBDESCRIPTOR_ITEM
           
 
Constructor Summary
SubDescriptor()
           
 
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
 

Field Detail

SUBDESCRIPTOR_ITEM

public static final String SUBDESCRIPTOR_ITEM
See Also:
Constant Field Values
Constructor Detail

SubDescriptor

public SubDescriptor()

Media Authoring
with Java API

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