Module java.corba

Class NameValuePair

  • All Implemented Interfaces:
    Serializable, IDLEntity

    public final class NameValuePair
    extends Object
    implements IDLEntity
    org/omg/DynamicAny/NameValuePair.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/java-10-openjdk-10.0.1.10-11.module_1866+b8d5a2e9.x86_64/openjdk/src/java.corba/share/classes/org/omg/DynamicAny/DynamicAny.idl Friday, June 15, 2018 at 10:48:32 AM Coordinated Universal Time
    • Field Detail

      • id

        public String id
        The name associated with the Any.
      • value

        public Any value
        The Any value associated with the name.
    • Constructor Detail

      • NameValuePair

        public NameValuePair()
      • NameValuePair

        public NameValuePair​(String _id,
                             Any _value)