@Deprecated public abstract class AbstractType extends Object implements Type
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractType(String name,
Class<?> javaType,
int fixedStorageSize)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Deprecated.
|
byte |
getFixedStorageSize()
Deprecated.
Returns the size of the internal value in the Embulk data type.
|
Class<?> |
getJavaType()
Deprecated.
|
String |
getName()
Deprecated.
Returns the name of the Embulk data type.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public String getName()
Type@Deprecated public Class<?> getJavaType()
TypegetJavaType in interface Typepublic byte getFixedStorageSize()
TypegetFixedStorageSize in interface Typepublic boolean equals(Object other)