|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.Dynamic.Parameter
public final class Parameter
Holds an argument and its direction.
Field Summary | |
---|---|
Any |
argument
Argument value stored in a CORBA::Any |
ParameterMode |
mode
Argument's mode: ARG_IN, ARG_OUT, INOUT |
Constructor Summary | |
---|---|
Parameter()
|
|
Parameter(Any argument,
ParameterMode mode)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Any argument
CORBA::Any
public ParameterMode mode
Constructor Detail |
---|
public Parameter()
public Parameter(Any argument, ParameterMode mode)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |