public final class WstringDefHelper
extends java.lang.Object
Constructor and Description |
---|
WstringDefHelper() |
Modifier and Type | Method and Description |
---|---|
static WstringDef |
extract(Any any) |
static java.lang.String |
id() |
static void |
insert(Any any,
WstringDef s) |
static WstringDef |
narrow(Object obj) |
static WstringDef |
read(InputStream in) |
static TypeCode |
type() |
static WstringDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
WstringDef s) |
public static void insert(Any any, WstringDef s)
public static WstringDef extract(Any any)
public static TypeCode type()
public static java.lang.String id()
public static WstringDef read(InputStream in)
public static void write(OutputStream _out, WstringDef s)
public static WstringDef narrow(Object obj)
public static WstringDef unchecked_narrow(Object obj)