NetKernel APIs


org.ten60.netkernel.layer1.representation
Class NVPImpl

java.lang.Object
  extended byorg.ten60.netkernel.layer1.representation.NVPImpl

public class NVPImpl
extends Object

A Name Value Pair class


Constructor Summary
NVPImpl()
          Creates a new instance of NVPImpl
 
Method Summary
 void addNVP(String name, String value)
           
 Set getNames()
           
 String getValue(String name)
           
 List getValues(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NVPImpl

public NVPImpl()
Creates a new instance of NVPImpl

Method Detail

getNames

public Set getNames()

getValue

public String getValue(String name)

getValues

public List getValues(String name)

addNVP

public void addNVP(String name,
                   String value)

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.