public final class ImplementationRepositoryHelper
extends java.lang.Object
Constructor and Description |
---|
ImplementationRepositoryHelper() |
Modifier and Type | Method and Description |
---|---|
static ImplementationRepository |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
ImplementationRepository s) |
static ImplementationRepository |
narrow(Object obj) |
static ImplementationRepository |
read(InputStream in) |
static TypeCode |
type() |
static ImplementationRepository |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
ImplementationRepository s) |
public static void insert(Any any, ImplementationRepository s)
public static ImplementationRepository extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static ImplementationRepository read(InputStream in)
public static void write(OutputStream _out, ImplementationRepository s)
public static ImplementationRepository narrow(Object obj)
public static ImplementationRepository unchecked_narrow(Object obj)