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