public abstract class IntegerParameterHelper extends Object
| Constructor and Description |
|---|
IntegerParameterHelper() |
| Modifier and Type | Method and Description |
|---|---|
static IntegerParameter |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
IntegerParameter v) |
static IntegerParameter |
read(InputStream is) |
static TypeCode |
type() |
static void |
write(OutputStream os,
IntegerParameter val) |
public static void insert(Any a, IntegerParameter v)
public static IntegerParameter extract(Any a)
public static TypeCode type()
public static String id()
public static IntegerParameter read(InputStream is)
public static void write(OutputStream os, IntegerParameter val)
Copyright © 2016. All rights reserved.