|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--arlut.csd.ganymede.xInvid
This class is used by the Ganymede XML client to represent an invid object reference field value. This field value may or may not be fully resolved to an actual invid on the server, depending on what stage of processing the XML client is in.
| Field Summary | |
(package private) int |
num
The numeric object id, if specified in the XML file for this xInvid. |
(package private) java.lang.String |
objectId
The id string for this xInvid from the XML file. |
(package private) short |
typeId
The numeric type id for the object type this xInvid is meant to point to. |
| Constructor Summary | |
xInvid(arlut.csd.Util.XMLItem item)
|
|
| Method Summary | |
arlut.csd.ganymede.Invid |
getInvid()
This method resolves and returns the Invid for this xInvid place holder, talking to the server if necessary to resolve an id string. |
private arlut.csd.ganymede.GanymedeXMLSession |
getXSession()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
short typeId
The numeric type id for the object type this xInvid is meant to point to.
In the XML file, this field is derived from the type attribute, after doing an object type lookup in the server's data structures
java.lang.String objectId
The id string for this xInvid from the XML file. Will
be used to resolve this xInvid to an actual Invid
on the server, if set.
In the XML file, this field is taken from the id attribute.
int num
The numeric object id, if specified in the XML file for this xInvid.
| Constructor Detail |
public xInvid(arlut.csd.Util.XMLItem item)
| Method Detail |
public arlut.csd.ganymede.Invid getInvid()
This method resolves and returns the Invid for this xInvid place holder, talking to the server if necessary to resolve an id string.
public java.lang.String toString()
toString in class java.lang.Objectprivate arlut.csd.ganymede.GanymedeXMLSession getXSession()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||