com.bea.netuix.util
Enum DesktopType.DesktopTypeValue

java.lang.Object
  extended by java.lang.Enum<DesktopType.DesktopTypeValue>
      extended by com.bea.netuix.util.DesktopType.DesktopTypeValue
All Implemented Interfaces
Serializable, Comparable<DesktopType.DesktopTypeValue>
Enclosing class:
DesktopType

public static enum DesktopType.DesktopTypeValue
extends Enum<DesktopType.DesktopTypeValue>


Enum Constant Summary
COMMUNITY
          Represents a desktop that is associated with a community.
NORMAL
          Represents a regular desktop, one that is not associated with a community.
 
Method Summary
static DesktopType.DesktopTypeValue valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DesktopType.DesktopTypeValue[] 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, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NORMAL

public static final DesktopType.DesktopTypeValue NORMAL
Represents a regular desktop, one that is not associated with a community.


COMMUNITY

public static final DesktopType.DesktopTypeValue COMMUNITY
Represents a desktop that is associated with a community.

Method Detail

values

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


valueOf

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



Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.