org.ozoneDB.core.xml
Class ValueElement
java.lang.Object
|
+--org.ozoneDB.core.xml.ValueElement
- All Implemented Interfaces:
- Consts
- public class ValueElement
- extends java.lang.Object
- implements Consts
This class saves all attributes of the valueElement.
- Version:
- $Revision: 1.1 $
- Author:
- SMB
Field Summary |
private java.lang.String |
id
The id of the value. |
private java.lang.String |
strValue
Value as a String. |
private java.lang.String |
type
The type of the value. |
Fields inherited from interface org.ozoneDB.core.xml.Consts |
ATTR_ID, ATTR_NAME, ATTR_PROXY_TYPE, ATTR_REF, ATTR_TYPE, ATTR_XLINK_HREF_LOCAL, ATTR_XLINK_HREF_RAW, ATTR_XLINK_NAMESPACE, ATTR_XLINK_TYPE_LOCAL, ATTR_XLINK_TYPE_RAW, ATTR_XLINK_TYPE_VALUE, REMOTE_ID, TAG_MEMBER, TAG_OBJ, TAG_SUPERCLASS, TAG_VALUE, TAG_VALUEARRAY, TAG_VALUEOBJ |
Constructor Summary |
(package private) |
ValueElement(org.xml.sax.Attributes atts)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
type
private java.lang.String type
- The type of the value.
id
private java.lang.String id
- The id of the value.
strValue
private java.lang.String strValue
- Value as a String.
ValueElement
ValueElement(org.xml.sax.Attributes atts)
- Parameters:
atts
- (the attributes)
setStrValue
public void setStrValue(java.lang.String strValue)
getType
public java.lang.String getType()
getId
public java.lang.String getId()
getStrValue
public java.lang.String getStrValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.