Class NameValuePair

java.lang.Object
org.omg.DynamicAny.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 "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/DynamicAny.idl Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
See Also:
  • Field Details

    • id

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

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

    • NameValuePair

      public NameValuePair()
    • NameValuePair

      public NameValuePair(String _id, Any _value)