Class NameDynAnyPair

java.lang.Object
org.omg.DynamicAny.NameDynAnyPair
All Implemented Interfaces:
Serializable, IDLEntity

public final class NameDynAnyPair extends Object implements IDLEntity
org/omg/DynamicAny/NameDynAnyPair.java . Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog1 Error! A message was requested which does not exist. The messages file does not contain the key: toJavaProlog2 Monday, February 12, 2024 at 2:42:26 PM Central European Standard Time
See Also:
  • Field Details

    • id

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

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

    • NameDynAnyPair

      public NameDynAnyPair()
    • NameDynAnyPair

      public NameDynAnyPair(String _id, DynAny _value)