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

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

Uses of LeafList in com.vhosting.netconf.frame
 

Methods in com.vhosting.netconf.frame that return LeafList
static LeafList IdentityCreator.createLeafList(Capability cap, java.lang.String name)
          This is a convenience method that creates a leaf list with the namespace of the specified Capability.
 LeafList IdentityCreator.createLeafList(java.lang.String name)
          This is a convenience method that creates a leaf list with the namespace of the RPC operation.
 LeafList Node.linkLeafList(LeafList l)
          Link a leaf list to this node as part of the RPC structure.
 LeafList ListReference.linkLeafList(LeafList l)
           
 LeafList ContainerReference.linkLeafList(LeafList l)
           
 

Methods in com.vhosting.netconf.frame with parameters of type LeafList
 void ListValue.assignLeafList(LeafList l, java.lang.String[] canonicalValues)
           
 void Container.assignLeafList(LeafList l, java.lang.String[] canonicalValues)
           
 void Assignable.assignLeafList(LeafList l, java.lang.String[] canonicalValues)
          Allows you to assign values to a leaf list element previously linked to this.
 java.util.List<Attribute>[] ListValue.getLeafListAttributes(LeafList l)
           
 java.util.List<Attribute>[] Container.getLeafListAttributes(LeafList l)
           
 java.util.List<Attribute>[] Assignable.getLeafListAttributes(LeafList l)
          Get the lists of attributes of the specified leaf list element previously linked to this.
 java.lang.String[] ListValue.getLeafListCanonicalValues(LeafList l)
           
 java.lang.String[] Container.getLeafListCanonicalValues(LeafList l)
           
 java.lang.String[] Assignable.getLeafListCanonicalValues(LeafList l)
          Get the values of the specified leaf list element previously linked to this.
 LeafList Node.linkLeafList(LeafList l)
          Link a leaf list to this node as part of the RPC structure.
 LeafList ListReference.linkLeafList(LeafList l)
           
 LeafList ContainerReference.linkLeafList(LeafList l)
           
 void ListValue.unsetLeafList(LeafList l)
           
 void Container.unsetLeafList(LeafList l)
           
 void Assignable.unsetLeafList(LeafList l)
          Unset the values associated with the specified leaf list element previously linked to this.