Package org.omg.CORBA

Class ParameterMode

java.lang.Object
org.omg.CORBA.ParameterMode
All Implemented Interfaces:
Serializable, IDLEntity

public class ParameterMode extends Object implements IDLEntity
Enumeration of parameter modes for Parameter. Possible vaues:
  • PARAM_IN - Represents an "in" parameter.
  • PARAM_OUT - Represents an "out" parameter.
  • PARAM_INOUT - Represents an "inout" parameter.
  • Field Details

  • Constructor Details

    • ParameterMode

      protected ParameterMode(int value)
  • Method Details

    • value

      public int value()
    • from_int

      public static ParameterMode from_int(int value)