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