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