Class NamedValueImpl

java.lang.Object
org.omg.CORBA.NamedValue
com.sun.corba.ee.impl.corba.NamedValueImpl

public class NamedValueImpl extends NamedValue
  • Field Details

    • _name

      private String _name
    • _value

      private Any _value
    • _flags

      private int _flags
    • _orb

      private ORB _orb
  • Constructor Details

    • NamedValueImpl

      public NamedValueImpl(ORB orb)
    • NamedValueImpl

      public NamedValueImpl(ORB orb, String name, Any value, int flags)
  • Method Details

    • name

      public String name()
      Description copied from class: NamedValue
      Retrieves the name for this NamedValue object.
      Specified by:
      name in class NamedValue
      Returns:
      a String object representing the name of this NamedValue object
    • value

      public Any value()
      Description copied from class: NamedValue
      Retrieves the value for this NamedValue object.
      Specified by:
      value in class NamedValue
      Returns:
      an Any object containing the value of this NamedValue object
    • flags

      public int flags()
      Description copied from class: NamedValue
      Retrieves the argument mode flag for this NamedValue object.
      Specified by:
      flags in class NamedValue
      Returns:
      an int representing the argument mode for this NamedValue object