public final class BagFactoryHelper
extends java.lang.Object
Constructor and Description |
---|
BagFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static BagFactory |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
BagFactory s) |
static BagFactory |
narrow(Object obj) |
static BagFactory |
read(InputStream in) |
static TypeCode |
type() |
static BagFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
BagFactory s) |
public static void insert(Any any, BagFactory s)
public static BagFactory extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static BagFactory read(InputStream in)
public static void write(OutputStream _out, BagFactory s)
public static BagFactory narrow(Object obj)
public static BagFactory unchecked_narrow(Object obj)