public abstract class HowManyPropsHelper extends Object
| Constructor and Description |
|---|
HowManyPropsHelper() |
| Modifier and Type | Method and Description |
|---|---|
static HowManyProps |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
HowManyProps s) |
static HowManyProps |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
HowManyProps s) |
public static TypeCode type()
public static void insert(Any any, HowManyProps s)
public static HowManyProps extract(Any any)
public static String id()
public static HowManyProps read(InputStream in)
public static void write(OutputStream out, HowManyProps s)
Copyright © 2015 JacORB. All rights reserved.