Uses of Class
org.lastbamboo.common.sdp.NameValue

Packages that use NameValue
org.lastbamboo.common.sdp   
org.lastbamboo.common.sdp.fields   
 

Uses of NameValue in org.lastbamboo.common.sdp
 

Methods in org.lastbamboo.common.sdp that return NameValue
 NameValue NameValueList.getNameValue(String name)
          Get the NameValue record given a name.
protected  NameValue ParserCore.nameValue()
           
protected  NameValue ParserCore.nameValue(char separator)
           
 

Methods in org.lastbamboo.common.sdp with parameters of type NameValue
 void NameValueList.add(NameValue nv)
           
 void NameValueList.set(NameValue nv)
          Set a namevalue object in this list.
 

Uses of NameValue in org.lastbamboo.common.sdp.fields
 

Fields in org.lastbamboo.common.sdp.fields declared as NameValue
protected  NameValue AttributeField.attribute
           
 

Methods in org.lastbamboo.common.sdp.fields that return NameValue
 NameValue AttributeField.getAttribute()
           
 

Methods in org.lastbamboo.common.sdp.fields with parameters of type NameValue
 void AttributeField.setAttribute(NameValue a)
          Set the attribute member
 



Copyright © 2013 LittleShoot. All Rights Reserved.