← Prev in month ← Prev in thread
Next in thread → Next in month →

SDO 3.0 API Request - XSDHelper.getGlobalType()

From
Blaise Doughan <>
Date
2009-02-02T19:19:54+00:00
ID
Thread
SDO 3.0 API Request - XSDHelper.getGlobalType()
Hello All,

I would like to propose a new API for XSDHelper.  This API would return 
an SDO Type given XML schema type information.  The API would have the 
following signature:

    public Type getGlobalType(String uri, String typeName);  // NEW


This has the same feel as the following existing method:

    public Property getGlobalProperty(String uri, String propertyName, 
boolean isElement);


The new method also provides a nice symmetry with the following existing 
methods:

    public String getNamespaceURI(Type type);
    public String getLocalName(Type type);

-Blaise
← Prev in month ← Prev in thread
Next in thread → Next in month →