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
 java.util.Set getNames()
          returns the set of all available names
 java.lang.String getValue(java.lang.String name)
          return the first value for the given name
 java.util.List getValues(java.lang.String name)
          return a list of values for the given name
 

Method Detail

getValues

java.util.List getValues(java.lang.String name)
return a list of values for the given name


getValue

java.lang.String getValue(java.lang.String name)
return the first value for the given name


getNames

java.util.Set getNames()
returns the set of all available names


NetKernel APIs


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