com.sapportals.portal.prt.pom
Class NodeType

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
        |
        +--com.sapportals.portal.prt.pom.NodeType

public class NodeType
extends Stringable

A NodeType identifies a type of node in the Portal Object Model.
It also offers a String representation which does not need to be unique.
Copyright (c) SAP Portals Europe GmbH 2001

See Also:
Stringable

Field Summary
static NodeType COMPONENT_NODE
          Describes a node directly related to a standard component.
static NodeType PORTAL_NODE
          Describes a root/portal node.
 
Constructor Summary
NodeType(java.lang.String type)
           
 
Methods inherited from class com.sapportals.portal.prt.util.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPONENT_NODE

public static final NodeType COMPONENT_NODE
Describes a node directly related to a standard component.

PORTAL_NODE

public static final NodeType PORTAL_NODE
Describes a root/portal node.
The Portal Object Model must hold exactly one node of this type.
Constructor Detail

NodeType

public NodeType(java.lang.String type)
Parameters:
type -