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