@Deprecated public static class Schema.Entry extends Object implements Schema.Entry
Schema.Entry.Builder
Constructor and Description |
---|
Entry(String name,
Type type)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Deprecated.
|
<T> T |
getDefaultValue()
Deprecated.
|
Schema |
getElementSchema()
Deprecated.
|
String |
getOriginalFieldName()
Deprecated.
|
String |
getRawName()
Deprecated.
|
boolean |
isNullable()
Deprecated.
|
void |
setType(Type type)
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, getType
public String getRawName()
getRawName
in interface Schema.Entry
public String getOriginalFieldName()
getOriginalFieldName
in interface Schema.Entry
public boolean isNullable()
isNullable
in interface Schema.Entry
public <T> T getDefaultValue()
getDefaultValue
in interface Schema.Entry
T
- the default value type.public Schema getElementSchema()
getElementSchema
in interface Schema.Entry
public String getComment()
getComment
in interface Schema.Entry
1.30.0-SNAPSHOT - Copyright © 2019 Talend Component Kit Documentation