com.agfa.hap.sdo.impl
Class TypeProvider

java.lang.Object
  extended by com.agfa.hap.sdo.impl.TypeProvider
Direct Known Subclasses:
XsdTypeProvider

public abstract class TypeProvider
extends java.lang.Object


Constructor Summary
TypeProvider()
           
 
Method Summary
static TypeProvider getInstance()
           
abstract  java.lang.String getTypes(java.lang.String uri)
          Returns the xsd describing the types for this uri.
static void setInstance(TypeProvider provider)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeProvider

public TypeProvider()
Method Detail

getInstance

public static TypeProvider getInstance()

setInstance

public static void setInstance(TypeProvider provider)

getTypes

public abstract java.lang.String getTypes(java.lang.String uri)
Returns the xsd describing the types for this uri. If the uri can't be interpreted, returns null.



Copyright © 2007. All Rights Reserved.