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