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