Media Authoring
with Java API

tv.amwa.maj.misctype
Annotation Type Bool


@Documented
@Target(value={FIELD,PARAMETER,METHOD})
public @interface Bool

Label for a Java boolean value used to represent an AAF Boolean value. Java and AAF both define a boolean to have values of either true or false. The C-based AAF SDK uses an enumeration to represent boolean values, based on aafInt32, with:

Original C name: aafBool
C base type: enumeration aafBoolean_t
Java base type: boolean

Author:
Richard Cartwright


Media Authoring
with Java API

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