@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()
Type
getJavaType
in interface Type
public byte getFixedStorageSize()
Type
getFixedStorageSize
in interface Type
public boolean equals(Object other)