com.bea.portal.tools.resource
Class UnknownResourceType

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceType
      extended by com.bea.portal.tools.resource.UnknownResourceType
All Implemented Interfaces
Serializable

public final class UnknownResourceType
extends ResourceType

Identifies an unknown resource type.

See Also
Serialized Form

Constructor Summary
protected UnknownResourceType(String namespaceURI)
          Constructor.
 
Method Summary
 
Methods inherited from class com.bea.portal.tools.resource.ResourceType
equals, equals, getNamespaceURI, getTreeMode, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownResourceType

protected UnknownResourceType(String namespaceURI)
Constructor.

Parameters
namespaceURI - the namespace URI of this UnknownResourceType


Copyright © 2011, Oracle. All rights reserved.