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