| java.lang.Object org.ozoneDB.core.xml.ValueObjElement
ValueObjElement | public class ValueObjElement implements Consts(Code) | | This class saves all attributes of the valueObjElement.
version: $Revision: 1.1 $ author: SMB |
Constructor Summary | |
public | ValueObjElement() The constructor creates a new instance of the obj with this className. | public | ValueObjElement(OzoneProxy proxy) This constructor creates a proper ValueObjElement object,
containing an OzoneProxy. | public | ValueObjElement(Attributes atts) The constructor creates a new instance of the obj with this className. |
ValueObjElement | public ValueObjElement()(Code) | | The constructor creates a new instance of the obj with this className.
Parameters: atts - (the attributes) |
ValueObjElement | public ValueObjElement(OzoneProxy proxy)(Code) | | This constructor creates a proper ValueObjElement object,
containing an OzoneProxy.
Parameters: proxy - (an OzoneProxy) |
|
|