|
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 DataDefinitionDescription
Labels an AUID that is a unique identifier for a data definition that specifies the kind of data that can be stored in a component. The additional metadata provided by this annotation can be used in combination with the identifier to create a data 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 data definitions.
DataDefinitionConstant
,
DataDefinition.forIdentification(tv.amwa.maj.record.AUID)
Optional Element Summary | |
---|---|
String[] |
aliases
A list of alternative names that can be used as aliases for the kind of data specified. |
String |
description
A brief description of the kind of data specified. |
public abstract String description
A brief description of the kind of data specified.
public abstract String[] aliases
A list of alternative names that can be used as aliases for the kind of data specified.
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |