public final class PartDouble extends BasicDataPart<java.lang.Double>
| Modifier and Type | Field and Description |
|---|---|
static IPartFactory<PartDouble> |
FACTORY |
data| Constructor and Description |
|---|
PartDouble(java.lang.Double data) |
| Modifier and Type | Method and Description |
|---|---|
IPartFactory<? extends DataPart<java.lang.Double>> |
getFactory() |
com.google.gson.JsonElement |
write() |
void |
write(java.io.DataOutput stream) |
equals, get, hashCode, toStringpublic static final IPartFactory<PartDouble> FACTORY
public void write(java.io.DataOutput stream)
throws java.lang.Exception
public com.google.gson.JsonElement write()
public IPartFactory<? extends DataPart<java.lang.Double>> getFactory()
getFactory in class DataPart<java.lang.Double>