public abstract class PrimitiveDefHelper extends Object
Constructor and Description |
---|
PrimitiveDefHelper() |
Modifier and Type | Method and Description |
---|---|
static PrimitiveDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
PrimitiveDef that) |
static PrimitiveDef |
narrow(Object obj) |
static PrimitiveDef |
read(InputStream istream) |
static TypeCode |
type() |
static PrimitiveDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
PrimitiveDef value) |
public static void insert(Any a, PrimitiveDef that)
public static PrimitiveDef extract(Any a)
public static TypeCode type()
public static String id()
public static PrimitiveDef read(InputStream istream)
public static void write(OutputStream ostream, PrimitiveDef value)
public static PrimitiveDef narrow(Object obj)
public static PrimitiveDef unchecked_narrow(Object obj)
Copyright © 2019 JBoss by Red Hat. All rights reserved.