IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.4.2

org.omg.DynamicAny
Class NameValuePair

java.lang.Object
  extended byorg.omg.DynamicAny.NameValuePair
All Implemented Interfaces:
IDLEntity, Serializable

public final class NameValuePair
extends Object
implements IDLEntity

NameValuePairs associate a name with an Any object.


Field Summary
 String id
          The name associated with the Any.
 Any value
          The Any value associated with the name.
 
Constructor Summary
NameValuePair()
           
NameValuePair(String _id, Any _value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)

Copyright 2003 Sun Microsystems, Inc. All rights reserved