Class NamedValueImpl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int _flags  
      private java.lang.String _name  
      private ORB _orb  
      private Any _value  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int flags()
      Retrieves the argument mode flag for this NamedValue object.
      java.lang.String name()
      Retrieves the name for this NamedValue object.
      Any value()
      Retrieves the value for this NamedValue object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • _name

        private java.lang.String _name
      • _value

        private Any _value
      • _flags

        private int _flags
      • _orb

        private ORB _orb
    • Constructor Detail

      • NamedValueImpl

        public NamedValueImpl​(ORB orb)
      • NamedValueImpl

        public NamedValueImpl​(ORB orb,
                              java.lang.String name,
                              Any value,
                              int flags)
    • Method Detail

      • name

        public java.lang.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