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