public abstract class Primitive extends Object
Constructor and Description |
---|
Primitive() |
Modifier and Type | Method and Description |
---|---|
Binary |
getBinary() |
boolean |
getBoolean() |
double |
getDouble() |
float |
getFloat() |
Binary |
getInt96() |
int |
getInteger() |
long |
getLong() |
String |
getString() |
abstract void |
writeValue(RecordConsumer recordConsumer) |
public String getString()
public int getInteger()
public long getLong()
public boolean getBoolean()
public Binary getBinary()
public Binary getInt96()
public float getFloat()
public double getDouble()
public abstract void writeValue(RecordConsumer recordConsumer)
Copyright © 2015. All rights reserved.