Class NameDynAnyPair

  • All Implemented Interfaces:
    java.io.Serializable, IDLEntity

    public final class NameDynAnyPair
    extends java.lang.Object
    implements IDLEntity
    org/omg/DynamicAny/NameDynAnyPair.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 at 12:00:00 PM Greenwich Mean Time
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String id
      The name associated with the DynAny.
      DynAny value
      The DynAny value associated with the name.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • id

        public java.lang.String id
        The name associated with the DynAny.
      • value

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

      • NameDynAnyPair

        public NameDynAnyPair()
      • NameDynAnyPair

        public NameDynAnyPair​(java.lang.String _id,
                              DynAny _value)