Uses of Class
com.sapportals.portal.prt.pom.NodeType

Packages that use NodeType
com.sapportals.portal.prt.pom   
 

Uses of NodeType in com.sapportals.portal.prt.pom
 

Fields in com.sapportals.portal.prt.pom declared as NodeType
static NodeType NodeType.COMPONENT_NODE
          Describes a node directly related to a standard component.
static NodeType NodeType.PORTAL_NODE
          Describes a root/portal node.
static NodeType IPOMConstants.COMPONENT_NODE
          Deprecated. use COMPONENT_NODE instead
static NodeType IPOMConstants.PORTAL_NODE
          Deprecated. use PORTAL_NODE instead
 

Methods in com.sapportals.portal.prt.pom that return NodeType
 NodeType INode.getNodeType()
          Each INode implementation belongs to a certain node type.