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