Skip navigation links


com.oracle.producer.spi
Enum IPortletDataContext.StateChangeFlag

java.lang.Object
  extended by java.lang.Enum<IPortletDataContext.StateChangeFlag>
      extended by com.oracle.producer.spi.IPortletDataContext.StateChangeFlag

All Implemented Interfaces
Serializable, Comparable<IPortletDataContext.StateChangeFlag>
Enclosing interface:
IPortletDataContext

public static enum IPortletDataContext.StateChangeFlag
extends Enum<IPortletDataContext.StateChangeFlag>

Enum Constant Summary
cloneBeforeWrite
           
readOnly
           
readWrite
           

 

Method Summary
static IPortletDataContext.StateChangeFlag valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IPortletDataContext.StateChangeFlag[] 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

readOnly

public static final IPortletDataContext.StateChangeFlag readOnly

readWrite

public static final IPortletDataContext.StateChangeFlag readWrite

cloneBeforeWrite

public static final IPortletDataContext.StateChangeFlag cloneBeforeWrite

Method Detail

values

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

valueOf

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

Skip navigation links


Copyright © 2010, Oracle. All rights reserved.