Uses of Enum
org.talend.sdk.component.api.record.Schema.Type
Packages that use Schema.Type
Package
Description
-
Uses of Schema.Type in org.talend.sdk.component.api.record
Methods in org.talend.sdk.component.api.record that return Schema.TypeModifier and TypeMethodDescriptionSchema.Entry.getType()Schema.getType()static Schema.TypeReturns the enum constant of this type with the specified name.static Schema.Type[]Schema.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.talend.sdk.component.api.record with parameters of type Schema.TypeModifier and TypeMethodDescriptionSchema.Builder.withType(Schema.Type type) Schema.Entry.Builder.withType(Schema.Type type) -
Uses of Schema.Type in org.talend.sdk.component.api.service.record
Methods in org.talend.sdk.component.api.service.record with parameters of type Schema.Type -
Uses of Schema.Type in org.talend.sdk.component.api.service.schema
Methods in org.talend.sdk.component.api.service.schema that return Schema.Type