public static final class TypeInfo.UnionTypeInfo extends TypeInfo.CompoundTypeInfoBase
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 |
---|
UnionTypeInfo(java.lang.String schemaName,
java.lang.Class<?> javaClass,
java.lang.String templateName,
java.util.List<TypeInfo> templateArguments,
java.util.List<FieldInfo> fields,
java.util.List<ParameterInfo> parameters,
java.util.List<FunctionInfo> functions)
Constructor.
|
getFields, getFunctions, getParameters
getTemplateArguments, getTemplateName
getBitmaskValues, getBitSize, getCases, getColumns, getEnumItems, getJavaClass, getJavaType, getMessages, getMethods, getSchemaName, getSchemaType, getSelector, getSqlConstraint, getTables, getUnderlyingType, getUnderlyingTypeArguments, getVirtualTableUsing, isWithoutRowId
public UnionTypeInfo(java.lang.String schemaName, java.lang.Class<?> javaClass, java.lang.String templateName, java.util.List<TypeInfo> templateArguments, java.util.List<FieldInfo> fields, java.util.List<ParameterInfo> parameters, java.util.List<FunctionInfo> functions)
schemaName
- The schema name to be stored in type information.javaClass
- The Java class object to be stored in type information.templateName
- The full schema template name.templateArguments
- The sequence of type informations for template arguments.fields
- The sequence of type informations for fields.parameters
- The sequence of type informations for parameters.functions
- The sequence of type informations for functions.Last updated 2024-12-05 10:34:50