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