Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.DynamicAny.DynUnionHelper
public abstract class DynUnionHelper extends Object
DynUnion objects support the manipulation of IDL unions. A union can have only two valid current positions:
Constructor and Description |
---|
DynUnionHelper()
|
Modifier and Type | Method and Description |
---|---|
static DynUnion |
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
DynUnion that)
|
static DynUnion |
narrow(Object obj)
|
static DynUnion |
read(InputStream istream)
|
static TypeCode |
type()
|
static DynUnion |
unchecked_narrow(Object obj)
|
static void |
write(OutputStream ostream,
DynUnion value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DynUnionHelper()
Method Detail |
---|
public static void insert(Any a, DynUnion that)
public static DynUnion extract(Any a)
public static TypeCode type()
public static String id()
public static DynUnion read(InputStream istream)
public static void write(OutputStream ostream, DynUnion value)
public static DynUnion narrow(Object obj)
public static DynUnion unchecked_narrow(Object obj)
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.