Uses of Class
com.vhosting.netconf.frame.ListValue

Packages that use ListValue
com.vhosting.netconf.frame Contains everything that is useful to the composition of RPC messages, sending them, receiving the corresponding Reply. 
 

Uses of ListValue in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return ListValue
 ListValue List.createListValue()
          Create an instance of ListValue compatible with this list.
 ListValue[] List.getValues()
          Get all instances of ListValue associated with the list.
 

Methods in com.vhosting.netconf.frame with parameters of type ListValue
 void List.assign(ListValue[] lv)
          Assign the set of values for this list.