@Documented @Target(value={FIELD,PARAMETER,METHOD}) public @interface UInt16
Labels an unsigned 16-bit integer value. This annotation is used
to show that a Java signed short value is being used to represent an
AAF unsigned UInt16 type value. See the
discussion on the representation of AAF integer types in Java for issues involved in managing
unsigned AAF integer values in Java.
Original C type name: aafUInt16
C base type: unsigned short int
Java base type: short
TypeDefinitions.UInt16(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.