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.CORBA.ParameterModeHelper
public abstract class ParameterModeHelper extends Object
Enumeration of parameter modes for Parameter. Possible vaues:
Constructor and Description |
---|
ParameterModeHelper()
|
Modifier and Type | Method and Description |
---|---|
static ParameterMode |
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
ParameterMode that)
|
static ParameterMode |
read(InputStream istream)
|
static TypeCode |
type()
|
static void |
write(OutputStream ostream,
ParameterMode value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterModeHelper()
Method Detail |
---|
public static void insert(Any a, ParameterMode that)
public static ParameterMode extract(Any a)
public static TypeCode type()
public static String id()
public static ParameterMode read(InputStream istream)
public static void write(OutputStream ostream, ParameterMode value)
|
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.