|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ten60.netkernel.layer1.representation.NVPAspect
Implementation of IAspectNVP
Constructor Summary | |
NVPAspect(NVPImpl aNVP)
Creates a new instance of StringAspect |
Method Summary | |
static IURRepresentation |
create(IURMeta aMeta,
NVPImpl aNVP)
Create an IURRepresentation holding the immutable NVPImpl |
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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NVPAspect(NVPImpl aNVP)
Method Detail |
public static IURRepresentation create(IURMeta aMeta, NVPImpl aNVP)
aMeta
- the meta for the representationpublic Set getNames()
IAspectNVP
getNames
in interface IAspectNVP
public String getValue(String name)
IAspectNVP
getValue
in interface IAspectNVP
public List getValues(String name)
IAspectNVP
getValues
in interface IAspectNVP
|
NetKernel APIs |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |