|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Object
java.lang.Enum<PortletStateChange>
com.bea.wsrp.model.markup.PortletStateChange
public enum PortletStateChange
An enum that represents portletStateChange element.
| Enum Constant Summary | |
|---|---|
cloneBeforeWriteThis value indicates that the producer must clone the portlet before making persistent state changes. |
|
readOnlyThis value indicates that the producer must treat the portlet as read only and not attempt to make any persistent state changes. |
|
readWriteThis value indicates that the producer may make persistent state changes to the portlet. |
|
| Method Summary | |
|---|---|
static PortletStateChange |
valueOf(String name)Returns the enum constant of this type with the specified name. |
static PortletStateChange[] |
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 |
|---|
public static final PortletStateChange readOnly
public static final PortletStateChange cloneBeforeWrite
public static final PortletStateChange readWrite
| Method Detail |
|---|
public static final PortletStateChange[] values()
public static PortletStateChange valueOf(String name)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.