com.bea.apps.groupspace.content
Enum CommunityContent.NodeType

java.lang.Object
  extended by java.lang.Enum<CommunityContent.NodeType>
      extended by com.bea.apps.groupspace.content.CommunityContent.NodeType
All Implemented Interfaces
Serializable, Comparable<CommunityContent.NodeType>
Enclosing class:
CommunityContent

public static enum CommunityContent.NodeType
extends Enum<CommunityContent.NodeType>


Enum Constant Summary
CONTENT
           
HIERARCHY
           
 
Method Summary
static CommunityContent.NodeType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CommunityContent.NodeType[] values()
          Returns an array containing the constants of this enum type, in the order theyre declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CONTENT

public static final CommunityContent.NodeType CONTENT

HIERARCHY

public static final CommunityContent.NodeType HIERARCHY
Method Detail

values

public static final CommunityContent.NodeType[] values()
Returns an array containing the constants of this enum type, in the order theyre declared.


valueOf

public static CommunityContent.NodeType valueOf(String name)
Returns the enum constant of this type with the specified name.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved