{ } }
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD com.ibm.portal.content
Class ContentNodeTypejava.lang.Objectcom.ibm.portal.content.ContentNodeType
- All Implemented Interfaces:
- java.io.Serializable
public class ContentNodeType- extends java.lang.Object
- implements java.io.Serializable
This class enumerates content node types.
- Since:
- 5.1.0.1
- See Also:
- Serialized Form
Field Summary static ContentNodeType COMPOSITION
Deprecated. use the PAGE type instead Composition node type.static ContentNodeType EXTERNALURL
Node type for a ContentURL linking to a URL outside of the portal server, e.g.static ContentNodeType INTERNALURL
Node type for a ContentURL linking to a page of the portal.static ContentNodeType LABEL
Node type for a ContentLabel.static ContentNodeType PAGE
Node type for a ContentPage.static ContentNodeType STATICPAGE
Node type for a StaticContentPage.
Method Summary java.lang.String toString()
Return a textual description of the content node type.
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Field Detail PAGE
public static final ContentNodeType PAGE
- Node type for a ContentPage.
COMPOSITION
public static final ContentNodeType COMPOSITION
- Deprecated. use the PAGE type instead Composition node type.
EXTERNALURL
public static final ContentNodeType EXTERNALURL
- Node type for a ContentURL linking to a URL outside of the portal server, e.g. to "http://www.ibm.com/".
INTERNALURL
public static final ContentNodeType INTERNALURL
- Node type for a ContentURL linking to a page of the portal.
LABEL
public static final ContentNodeType LABEL
- Node type for a ContentLabel.
STATICPAGE
public static final ContentNodeType STATICPAGE
- Node type for a StaticContentPage.
Method Detail toString
public java.lang.String toString()
- Return a textual description of the content node type.
- Overrides:
- toString in class java.lang.Object
- Returns:
- the description of this type.
Tree PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD