public abstract class ComponentIdHelper extends Object
| Constructor and Description |
|---|
ComponentIdHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ComponentId |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
ComponentId s) |
static ComponentId |
read(InputStream in) |
static TypeCode |
type() |
static void |
write(OutputStream out,
ComponentId s) |
public static TypeCode type()
public static void insert(Any any, ComponentId s)
public static ComponentId extract(Any any)
public static String id()
public static ComponentId read(InputStream in)
public static void write(OutputStream out, ComponentId s)
Copyright © 2016. All rights reserved.