com.bea.content.spi.flexspi.common.capability
Enum CapabilityType

java.lang.Object
  extended by java.lang.Enum<CapabilityType>
      extended by com.bea.content.spi.flexspi.common.capability.CapabilityType
All Implemented Interfaces
Serializable, Comparable<CapabilityType>

public enum CapabilityType
extends Enum<CapabilityType>

Various types of capabilities which can be evaluated.

This enum is intended to be implemented only by Oracle Weblogic Portal. Oracle Systems reserves the right to add abstract methods to this enum without notice. Extensions of this enum by other parties must not be expected to compile without change in future versions of Oracle Weblogic Portal.

Enum Constant Summary
Feature
          A basic (low-level) standardized capability
Method
          An automatic capability dependent on the presence of an SPI method
 
Method Summary
static CapabilityType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CapabilityType[] 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

Feature

public static final CapabilityType Feature
A basic (low-level) standardized capability


Method

public static final CapabilityType Method
An automatic capability dependent on the presence of an SPI method

Method Detail

values

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


valueOf

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



Copyright © 2011, Oracle. All rights reserved.