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