public abstract class LegacyExportedCallChainHelper extends Object
| Constructor and Description |
|---|
LegacyExportedCallChainHelper() |
| Modifier and Type | Method and Description |
|---|---|
static LegacyExportedCallChain |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
LegacyExportedCallChain s) |
static LegacyExportedCallChain |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
LegacyExportedCallChain s) |
public static TypeCode type()
public static void insert(Any any, LegacyExportedCallChain s)
public static LegacyExportedCallChain extract(Any any)
public static String id()
public static LegacyExportedCallChain read(InputStream in)
public static void write(OutputStream out, LegacyExportedCallChain s)
Copyright © 2008–2018 Tecgraf/PUC-Rio. All rights reserved.