ozone core API

org.ozoneDB.core.xml
Class ValueElement

java.lang.Object
  extended byorg.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.2 $
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)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getStrValue()
           
 java.lang.String getType()
           
 void setStrValue(java.lang.String strValue)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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.

Constructor Detail

ValueElement

ValueElement(org.xml.sax.Attributes atts)
Parameters:
atts - (the attributes)
Method Detail

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()

ozone core API

Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.