com.metamatrix.vdb.runtime
Class BasicURIModelResource

java.lang.Object
  extended by com.metamatrix.vdb.runtime.BasicURIModelResource
All Implemented Interfaces:
URIModelResource

public class BasicURIModelResource
extends java.lang.Object
implements URIModelResource


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.metamatrix.vdb.runtime.URIModelResource
URIModelResource.AUTH_LEVEL
 
Constructor Summary
protected BasicURIModelResource(java.lang.String uri)
           
 
Method Summary
 java.lang.String getAuthLevel()
           
 java.lang.String getURI()
           
 boolean isPhysicalBindingAllowed()
           
 boolean isXMLDocType()
           
protected  void setAuthLevel(java.lang.String level)
           
protected  void setIsPhysicalBindingAllowed(boolean allowsBinding)
           
protected  void setIsXMLDocType(boolean isDocType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicURIModelResource

protected BasicURIModelResource(java.lang.String uri)
Method Detail

getURI

public java.lang.String getURI()
Specified by:
getURI in interface URIModelResource

getAuthLevel

public java.lang.String getAuthLevel()
Specified by:
getAuthLevel in interface URIModelResource

isXMLDocType

public boolean isXMLDocType()
Specified by:
isXMLDocType in interface URIModelResource

isPhysicalBindingAllowed

public boolean isPhysicalBindingAllowed()
Specified by:
isPhysicalBindingAllowed in interface URIModelResource

setAuthLevel

protected void setAuthLevel(java.lang.String level)

setIsXMLDocType

protected void setIsXMLDocType(boolean isDocType)

setIsPhysicalBindingAllowed

protected void setIsPhysicalBindingAllowed(boolean allowsBinding)


Copyright © 2009. All Rights Reserved.