@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:
false represented by 0 and kAAFFalse;true represented by 1 and kAAFTrue.
Original C name: aafBool
C base type: enumeration aafBoolean_t
Java base type: boolean
Boolean,
TypeDefinitions.Boolean(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.