public static final class TypeInfo.BitmaskTypeInfo extends TypeInfo.TypeInfoWithUnderlyingTypeBase
TypeInfo.BitmaskTypeInfo, TypeInfo.BuiltinTypeInfo, TypeInfo.ChoiceTypeInfo, TypeInfo.CompoundTypeInfoBase, TypeInfo.EnumTypeInfo, TypeInfo.FixedSizeBuiltinTypeInfo, TypeInfo.PubsubTypeInfo, TypeInfo.RecursiveTypeInfo, TypeInfo.ServiceTypeInfo, TypeInfo.SqlDatabaseTypeInfo, TypeInfo.SqlTableTypeInfo, TypeInfo.StructTypeInfo, TypeInfo.TemplatableTypeInfoBase, TypeInfo.TypeInfoBase, TypeInfo.TypeInfoWithUnderlyingTypeBase, TypeInfo.UnionTypeInfo
Constructor and Description |
---|
BitmaskTypeInfo(java.lang.String schemaName,
java.lang.Class<?> javaClass,
TypeInfo underlyingType,
java.util.List<java.util.function.Supplier<java.lang.Object>> underlyingTypeArguments,
java.util.List<ItemInfo> bitmaskValues)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemInfo> |
getBitmaskValues()
Gets the type information for bitmask type values.
|
getUnderlyingType, getUnderlyingTypeArguments
getBitSize, getCases, getColumns, getEnumItems, getFields, getFunctions, getJavaClass, getJavaType, getMessages, getMethods, getParameters, getSchemaName, getSchemaType, getSelector, getSqlConstraint, getTables, getTemplateArguments, getTemplateName, getVirtualTableUsing, isWithoutRowId
public BitmaskTypeInfo(java.lang.String schemaName, java.lang.Class<?> javaClass, TypeInfo underlyingType, java.util.List<java.util.function.Supplier<java.lang.Object>> underlyingTypeArguments, java.util.List<ItemInfo> bitmaskValues)
schemaName
- The schema name to be stored in type information.javaClass
- The Java class object to be stored in type information.underlyingType
- The reference to type information of underlying zserio type.underlyingTypeArguments
- The underlying zserio type arguments.bitmaskValues
- The sequence of type informations for bitmask values.public java.util.List<ItemInfo> getBitmaskValues()
TypeInfo
getBitmaskValues
in interface TypeInfo
getBitmaskValues
in class TypeInfo.TypeInfoBase
Last updated 2024-12-05 10:34:50