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