|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableInterceptor.ORBInitInfoPackage.InvalidNameHelper
public class InvalidNameHelper
Helper class for : InvalidName
| Constructor Summary | |
|---|---|
InvalidNameHelper()
|
|
| Method Summary | |
|---|---|
static InvalidName |
extract(Any a)
Extract InvalidName from an any |
static java.lang.String |
id()
Return the InvalidName IDL ID |
static void |
insert(Any a,
InvalidName t)
Insert InvalidName into an any |
static InvalidName |
read(InputStream istream)
Read InvalidName from a marshalled stream |
static TypeCode |
type()
Return the InvalidName TypeCode |
static void |
write(OutputStream ostream,
InvalidName value)
Write InvalidName 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 InvalidNameHelper()
| Method Detail |
|---|
public static void insert(Any a,
InvalidName t)
a - an anyt - InvalidName valuepublic static InvalidName extract(Any a)
a - an any
public static TypeCode type()
public static java.lang.String id()
public static InvalidName read(InputStream istream)
istream - the input stream
public static void write(OutputStream ostream,
InvalidName value)
ostream - the output streamvalue - InvalidName value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||