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