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 |
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 superclass.
superclass
private java.lang.Class superclass
obj
private java.lang.Object obj
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)
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
Copyright (C) The Ozone Database Project - www.ozone-db.org. All rights reserved.