|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.ozoneDB.core.xml.ValueObjElement
This class saves all attributes of the valueObjElement.
Field Summary | |
private java.lang.String |
id
The id of the valueObj. |
private java.lang.Object |
obj
|
private java.lang.String |
type
The type of the valueObj. |
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 | |
ValueObjElement()
The constructor creates a new instance of the obj with this className. |
|
ValueObjElement(org.xml.sax.Attributes atts)
The constructor creates a new instance of the obj with this className. |
|
ValueObjElement(org.ozoneDB.OzoneProxy proxy)
This constructor creates a proper ValueObjElement object, containing an OzoneProxy. |
Method Summary | |
java.lang.String |
getId()
|
java.lang.Object |
getObject()
|
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 |
private java.lang.String type
private java.lang.String id
private java.lang.Object obj
Constructor Detail |
public ValueObjElement()
public ValueObjElement(org.ozoneDB.OzoneProxy proxy)
proxy
- (an OzoneProxy)public ValueObjElement(org.xml.sax.Attributes atts) throws java.lang.ClassNotFoundException, java.lang.InstantiationException, java.lang.IllegalAccessException
atts
- (the attributes)Method Detail |
public java.lang.String getType()
public java.lang.String getId()
public java.lang.Object getObject()
public java.lang.String toString()
toString
in class java.lang.Object
|
ozone core API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |