|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
Specifies the definition and current value of a property. Properties are used to represent the current value of AAF objects.
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 |
---|
PropertyDefinition getDefinition()
Returns the definition of this property.
PropertyValue getValue() throws PropertyNotPresentException
Returns the current value of this property.
PropertyNotPresentException
- This property is optional and not
currently present.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |