xref: /aosp_15_r20/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.kt (revision 890232f25432b36107d06881e0a25aaa6b473652)
1 // automatically generated by the FlatBuffers compiler, do not modify
2 
3 package NamespaceA.NamespaceB
4 
5 @Suppress("unused")
6 @ExperimentalUnsignedTypes
7 class UnionInNestedNS private constructor() {
8     companion object {
9         const val NONE: UByte = 0u
10         const val TableInNestedNS: UByte = 1u
11         val names : Array<String> = arrayOf("NONE", "TableInNestedNS")
namenull12         fun name(e: Int) : String = names[e]
13     }
14 }
15