|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface ContainerDescription
Labels an AUID that is a unique identifier for a kind of essence container. The additional metadata provided by this annotation can be used in combination with the identifier to create a container definition.
See the description of managing definitions in the package summary for more details of how to use these constants and dynamically extend the range of supported essence container kinds.
ContainerConstant
Optional Element Summary | |
---|---|
String[] |
aliases
A list of alternative names that can be used as aliases to describe the kind of essence container. |
String |
description
A brief description of the kind of essence container. |
public abstract String description
A brief description of the kind of essence container.
public abstract String[] aliases
A list of alternative names that can be used as aliases to describe the kind of essence container.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |