Hi, I asked this question a little differently before referring to EMF's ecore, and I'll try again by restating what I wish to do.
Suppose I have an SDO instance.... Class name UserSDO, instance userSDO I would like to get a list of all the non-complex object members of userSDO So for instance if userSDO has some String members like userName and userPassword I would like a list of these. Do I just use regular java reflection or does the Tuscany SDO API have something similar to EMF's EClass. If I were using EMF I could do EClass eClass = userSDO.eClass(); Then to get the members I would do EList<EAttribute> attributes = eClass.getEAttributes(); If I wanted the complext object references I would do EList<EReference> references eClass.getEReferences(); Does the Tuscany SDO API have something similar? Thanks, - Ole --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
