public class AttributeDefHelper
extends java.lang.Object
| Constructor and Description |
|---|
AttributeDefHelper() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeDef |
extract(Any a)
Extract AttributeDef from an any
|
static java.lang.String |
id()
Return the AttributeDef IDL ID
|
static void |
insert(Any a,
AttributeDef t)
Insert AttributeDef into an any
|
static AttributeDef |
narrow(Object obj)
Narrow CORBA::Object to AttributeDef
|
static AttributeDef |
read(InputStream istream)
Read AttributeDef from a marshalled stream
|
static TypeCode |
type()
Return the AttributeDef TypeCode
|
static AttributeDef |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to AttributeDef
|
static void |
write(OutputStream ostream,
AttributeDef value)
Write AttributeDef into a marshalled stream
|
public static void insert(Any a, AttributeDef t)
a - an anyt - AttributeDef valuepublic static AttributeDef extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static AttributeDef read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, AttributeDef value)
ostream - the output streamvalue - AttributeDef valuepublic static AttributeDef narrow(Object obj)
obj - the CORBA Objectpublic static AttributeDef unchecked_narrow(Object obj)
obj - the CORBA Object