com.vhosting.netconf.frame
Interface Clearable

All Known Implementing Classes:
Container, List, ListValue

public interface Clearable

An element of the RPC structure that implements this interface can remove all assignments of values made up for himself or on their sub elements in a recursive manner.

Version:
1.00, 02/11/2010
Author:
Giuseppe Palmeri

Method Summary
 void clear()
          Remove all assignments of values made up for himself or on their sub elements in a recursive manner.
 boolean hasValues()
          Check if assignments were made up for himself or on their sub elements in a recursive manner.
 

Method Detail

clear

void clear()
Remove all assignments of values made up for himself or on their sub elements in a recursive manner.


hasValues

boolean hasValues()
Check if assignments were made up for himself or on their sub elements in a recursive manner.