public abstract class AliasDefHelper extends Object
Constructor and Description |
---|
AliasDefHelper() |
Modifier and Type | Method and Description |
---|---|
static AliasDef |
extract(Any a) |
static String |
id() |
static void |
insert(Any a,
AliasDef that) |
static AliasDef |
narrow(Object obj) |
static AliasDef |
read(InputStream istream) |
static TypeCode |
type() |
static AliasDef |
unchecked_narrow(Object obj) |
static void |
write(OutputStream ostream,
AliasDef value) |
public static TypeCode type()
public static String id()
public static AliasDef read(InputStream istream)
public static void write(OutputStream ostream, AliasDef value)
Copyright © 2021 JBoss by Red Hat. All rights reserved.