com.bea.apps.groupspace.links
Enum Link.UrlType

java.lang.Object
  extended by java.lang.Enum<Link.UrlType>
      extended by com.bea.apps.groupspace.links.Link.UrlType
All Implemented Interfaces
Serializable, Comparable<Link.UrlType>
Enclosing class:
Link

public static enum Link.UrlType
extends Enum<Link.UrlType>


Enum Constant Summary
EXTERNAL_RESOURCE
           
GROUPSPACE_RESOURCE
           
 
Method Summary
static Link.UrlType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Link.UrlType[] 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

GROUPSPACE_RESOURCE

public static final Link.UrlType GROUPSPACE_RESOURCE

EXTERNAL_RESOURCE

public static final Link.UrlType EXTERNAL_RESOURCE
Method Detail

values

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


valueOf

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



Copyright © 2006 BEA Systems, Inc. All Rights Reserved