/* Copyright (C) 2013 BMW Group * Author: Manfred Bathelt (manfred.bathelt@bmw.de) * Author: Juergen Gehring (juergen.gehring@bmw.de) * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package commonapi.tests typeCollection PredefinedTypeCollection { typedef TestUInt8 is UInt8 typedef TestUInt16 is UInt16 typedef TestUInt32 is UInt32 typedef TestUInt64 is UInt64 typedef TestInt8 is Int8 typedef TestInt16 is Int16 typedef TestInt32 is Int32 typedef TestInt64 is Int64 typedef TestBoolean is Boolean typedef TestByteBuffer is ByteBuffer typedef TestDouble is Double typedef TestFloat is Float typedef TestString is String }