Uses of Enum Class
org.talend.sdk.component.server.front.model.Schema.Type
Packages that use Schema.Type
-
Uses of Schema.Type in org.talend.sdk.component.server.front.model
Methods in org.talend.sdk.component.server.front.model that return Schema.TypeModifier and TypeMethodDescriptionstatic Schema.TypeReturns the enum constant of this class with the specified name.static Schema.Type[]Schema.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.talend.sdk.component.server.front.model with parameters of type Schema.TypeModifierConstructorDescriptionEntry(String name, String rawName, Schema.Type type, boolean nullable, boolean metadata, boolean errorCapable, boolean valid, Schema elementSchema, String comment, Map<String, String> props, Object defaultValue) Schema(Schema.Type type, Schema elementSchema, List<Entry> entries, List<Entry> metadata, Map<String, String> props)