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