Media Authoring
with Java API

tv.amwa.maj.constant
Annotation Type OperationalPatternDescription


@Documented
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface OperationalPatternDescription

Labels an AUID that is a unqiue identifier for an operational pattern. An operational pattern constraints levels of file complexity.

Author:
Richard Cartwright
See Also:
OperationalPatternConstant

Optional Element Summary
 String[] aliases
          A list of alternative names that can be used as aliases to describe the operational pattern.
 String description
          A brief description of the operational pattern.
 

description

public abstract String description

A brief description of the operational pattern.

Default:
""

aliases

public abstract String[] aliases

A list of alternative names that can be used as aliases to describe the operational pattern.

Default:
{}

Media Authoring
with Java API

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