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