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