Class Schema.Entry
java.lang.Object
org.talend.sdk.component.api.service.schema.Schema.Entry
- All Implemented Interfaces:
Schema.Entry
- Enclosing class:
- Schema
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.talend.sdk.component.api.record.Schema.Entry
Schema.Entry.Builder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.<T> TDeprecated.Deprecated.Deprecated.Deprecated.getProps()Deprecated.Deprecated.booleanDeprecated.booleanDeprecated.voidDeprecated.Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.talend.sdk.component.api.record.Schema.Entry
getJsonProp, getName, getType
-
Constructor Details
-
Entry
Deprecated.
-
-
Method Details
-
setType
Deprecated. -
getRawName
Deprecated.- Specified by:
getRawNamein interfaceSchema.Entry- Returns:
- The raw name of this entry.
-
getOriginalFieldName
Deprecated.- Specified by:
getOriginalFieldNamein interfaceSchema.Entry- Returns:
- the raw name of this entry if exists, else return name.
-
isNullable
Deprecated.- Specified by:
isNullablein interfaceSchema.Entry- Returns:
- Is this entry nullable or always valued.
-
isMetadata
Deprecated.- Specified by:
isMetadatain interfaceSchema.Entry- Returns:
- true if this entry is for metadata; false for ordinary data.
-
getDefaultValue
Deprecated.- Specified by:
getDefaultValuein interfaceSchema.Entry- Type Parameters:
T- the default value type.- Returns:
- Default value for this entry.
-
getElementSchema
Deprecated.- Specified by:
getElementSchemain interfaceSchema.Entry- Returns:
- For type == record, the element type.
-
getComment
Deprecated.- Specified by:
getCommentin interfaceSchema.Entry- Returns:
- Allows to associate to this field a comment - for doc purposes, no use in the runtime.
-
getProps
Deprecated.- Specified by:
getPropsin interfaceSchema.Entry- Returns:
- the metadata props
-
getProp
Deprecated.- Specified by:
getPropin interfaceSchema.Entry- Parameters:
property- : property name.- Returns:
- the requested metadata prop
-
toBuilder
Deprecated.- Specified by:
toBuilderin interfaceSchema.Entry- Returns:
- an
Schema.Entry.Builderfrom this entry.
-