public final class SetFactoryHelper extends Object
Constructor and Description |
---|
SetFactoryHelper() |
Modifier and Type | Method and Description |
---|---|
static SetFactory |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
SetFactory s) |
static SetFactory |
narrow(Object obj) |
static SetFactory |
read(InputStream in) |
static TypeCode |
type() |
static SetFactory |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
SetFactory s) |
public static void insert(Any any, SetFactory s)
public static SetFactory extract(Any any)
public static TypeCode type()
public static String id()
public static SetFactory read(InputStream in)
public static void write(OutputStream _out, SetFactory s)
public static SetFactory narrow(Object obj)
public static SetFactory unchecked_narrow(Object obj)
Copyright © 2016 JacORB. All rights reserved.