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 /build/openjdk-lts-sJZkEj/openjdk-lts-9.0.4+12/src/corba/src/java.corba/share/classes/org/omg/DynamicAny/DynamicAny.idl Sunday, March 25, 2018 6:06:23 AM UTC
    • 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)