|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.CORBA.SetOverrideTypeHelper
public class SetOverrideTypeHelper
Helper class for : SetOverrideType
| Constructor Summary | |
|---|---|
SetOverrideTypeHelper()
|
|
| Method Summary | |
|---|---|
static SetOverrideType |
extract(Any a)
Extract SetOverrideType from an any |
static java.lang.String |
id()
Return the SetOverrideType IDL ID |
static void |
insert(Any a,
SetOverrideType t)
Insert SetOverrideType into an any |
static SetOverrideType |
read(InputStream istream)
Read SetOverrideType from a marshalled stream |
static TypeCode |
type()
Return the SetOverrideType TypeCode |
static void |
write(OutputStream ostream,
SetOverrideType value)
Write SetOverrideType into a marshalled stream |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SetOverrideTypeHelper()
| Method Detail |
|---|
public static void insert(Any a,
SetOverrideType t)
a - an anyt - SetOverrideType valuepublic static SetOverrideType extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static SetOverrideType read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
SetOverrideType value)
ostream - the output streamvalue - SetOverrideType value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||