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