NetKernel APIs


org.ten60.netkernel.layer1.representation
Interface IAspectNVP

All Superinterfaces:
IURAspect
All Known Implementing Classes:
NVPAspect

public interface IAspectNVP
extends IURAspect

Name Value Pair Representation Interface


Method Summary
 Set getNames()
          returns the set of all available names
 String getValue(String name)
          return the first value for the given name
 List getValues(String name)
          return a list of values for the given name
 

Method Detail

getValues

public List getValues(String name)
return a list of values for the given name


getValue

public String getValue(String name)
return the first value for the given name


getNames

public Set getNames()
returns the set of all available names


NetKernel APIs


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