public final class AttributeDefHelper extends Object
Constructor and Description |
---|
AttributeDefHelper() |
Modifier and Type | Method and Description |
---|---|
static AttributeDef |
extract(Any any) |
static String |
id() |
static void |
insert(Any any,
AttributeDef s) |
static AttributeDef |
narrow(Object obj) |
static AttributeDef |
read(InputStream in) |
static TypeCode |
type() |
static AttributeDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream _out,
AttributeDef s) |
public static void insert(Any any, AttributeDef s)
public static AttributeDef extract(Any any)
public static TypeCode type()
public static String id()
public static AttributeDef read(InputStream in)
public static void write(OutputStream _out, AttributeDef s)
public static AttributeDef narrow(Object obj)
public static AttributeDef unchecked_narrow(Object obj)
Copyright © 2013. All Rights Reserved.