org.ozoneDB.core.xml
Class ValueArrayElement
java.lang.Object
org.ozoneDB.core.xml.ValueArrayElement
- All Implemented Interfaces:
- Consts
- public class ValueArrayElement
- extends java.lang.Object
- implements Consts
This class saves all attributes of the valueArrayElement.
- Version:
- $Revision: 1.2 $
- Author:
- SMB
Field Summary |
private java.lang.String |
id
The id of the array. |
private java.lang.String |
type
The type of the array. |
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 |
Method Summary |
java.lang.String |
getId()
|
java.lang.String |
getType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
private java.lang.String type
- The type of the array.
id
private java.lang.String id
- The id of the array.
ValueArrayElement
public ValueArrayElement()
ValueArrayElement
public ValueArrayElement(org.xml.sax.Attributes atts)
- Parameters:
atts
- (the attributes)
getType
public java.lang.String getType()
getId
public java.lang.String getId()
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.