Uses of Class
org.talend.sdk.component.api.service.schema.Type
-
Packages that use Type Package Description org.talend.sdk.component.api.service.schema -
-
Uses of Type in org.talend.sdk.component.api.service.schema
Methods in org.talend.sdk.component.api.service.schema that return Type Modifier and Type Method Description static Type
Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Type[]
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.service.schema with parameters of type Type Modifier and Type Method Description void
Schema.Entry. setType(Type type)
Deprecated.Constructors in org.talend.sdk.component.api.service.schema with parameters of type Type Constructor Description Entry(String name, Type type)
Deprecated.
-