Media Authoring
with Java API

tv.amwa.maj.iface
Interface Property


public interface Property

Specifies the definition and current value of a property. Properties are used to represent the current value of AAF objects.

Author:
Richard Cartwright
See Also:
PropertyDefinition, PropertyValue, ClassDefinition.getPropertyDefinitions(), InterchangeObject.getProperties()

Method Summary
 PropertyDefinition getDefinition()
          Returns the definition of this property.
 PropertyValue getValue()
          Returns the current value of this property.
 

Method Detail

getDefinition

PropertyDefinition getDefinition()

Returns the definition of this property.

Returns:
Property definition of this property.

getValue

PropertyValue getValue()
                       throws PropertyNotPresentException

Returns the current value of this property.

Returns:
Property value associated with this property.
Throws:
PropertyNotPresentException - This property is optional and not currently present.

Media Authoring
with Java API

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