ozone core API

org.ozoneDB.core.xml
Class SuperclassElement

java.lang.Object
  |
  +--org.ozoneDB.core.xml.SuperclassElement
All Implemented Interfaces:
Consts

public class SuperclassElement
extends java.lang.Object
implements Consts

This class saves all attributes of the superclassElement.

Version:
$Revision: 1.1 $
Author:
SMB

Field Summary
private  java.lang.Object obj
           
private  java.lang.Class superclass
           
private  java.lang.String type
          The type of the superclass.
 
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
SuperclassElement()
           
SuperclassElement(java.lang.Object obj, org.xml.sax.Attributes atts)
           
 
Method Summary
 java.lang.Object getObject()
           
 java.lang.Class getSuperclass()
           
 java.lang.String getType()
           
 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 superclass.


superclass

private java.lang.Class superclass

obj

private java.lang.Object obj
Constructor Detail

SuperclassElement

public SuperclassElement()

SuperclassElement

public SuperclassElement(java.lang.Object obj,
                         org.xml.sax.Attributes atts)
                  throws java.lang.ClassNotFoundException
Parameters:
obj - (the obj of the extended-class)
atts - (the attributes)
Method Detail

getType

public java.lang.String getType()

getSuperclass

public java.lang.Class getSuperclass()

getObject

public java.lang.Object getObject()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

ozone core API

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