com.bea.portal.tools.resource
Class ParentedResourceType

java.lang.Object
  extended by com.bea.portal.tools.resource.ResourceType
      extended by com.bea.portal.tools.resource.WebAppResourceType
          extended by com.bea.portal.tools.resource.ParentedResourceType
All Implemented Interfaces
Serializable
Direct Known Subclasses:
PortalParentedResourceType

public class ParentedResourceType
extends WebAppResourceType

Represents the resource type for a parented resource.

See Also
Serialized Form

Field Summary
static String NAMESPACE_URI
          The namespace URI of ParentedResourceType.
 
Constructor Summary
protected ParentedResourceType()
          Constructor.
protected ParentedResourceType(String nameSpaceUri)
           
 
Method Summary
static ParentedResourceType getParentedResourceType()
          Get the ParentedResourceType.
 
Methods inherited from class com.bea.portal.tools.resource.WebAppResourceType
getWebAppResourceType
 
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
 

Field Detail

NAMESPACE_URI

public static final String NAMESPACE_URI
The namespace URI of ParentedResourceType.

See Also
Constants Summary
Constructor Detail

ParentedResourceType

protected ParentedResourceType()
Constructor.


ParentedResourceType

protected ParentedResourceType(String nameSpaceUri)
Method Detail

getParentedResourceType

public static ParentedResourceType getParentedResourceType()
Get the ParentedResourceType.

Returns
the ParentedResourceType


Copyright © 2011, Oracle. All rights reserved.