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 . 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 Any.
    • value

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

    • NameValuePair

      public NameValuePair()
    • NameValuePair

      public NameValuePair(String _id, Any _value)