public interface ARG_INOUT 
      ARG_INOUT.value是用于指示使用动态调用接口(DII)在动态调用期间传递参数的方向的可能值之一。 
       下面的代码片段显示了一个典型的用法:
  ORB orb = ORB.init(args, null);
  org.omg.CORBA.NamedValue nv = orb.create_named_value(
        "argumentIdentifier", myAny, org.omg.CORBA.ARG_INOUT.value);  
      NamedValue 
       | Modifier and Type | Field and Description | 
|---|---|
| static int | value
              指示用于输入和输出的参数的常量值。 
             | 
static final int value
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.