public final class ControlHelper extends Object
Constructor and Description |
---|
ControlHelper() |
Modifier and Type | Method and Description |
---|---|
static Control |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
Control s) |
static Control |
narrow(Object obj) |
static Control |
read(InputStream in) |
static TypeCode |
type() |
static Control |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
Control s) |
public static TypeCode type()
public static String id()
public static Control read(InputStream in)
public static void write(OutputStream _out, Control s)
Copyright © 2021 JBoss by Red Hat. All rights reserved.