|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CORBA.AttributeDefHelper
Helper class for : AttributeDef
Constructor Summary | |
AttributeDefHelper()
|
Method Summary | |
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 |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AttributeDefHelper()
Method Detail |
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
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |