com.sapportals.portal.pb.iviewdef
Class IviewIsolationMode

java.lang.Object
  |
  +--com.sapportals.portal.prt.util.Stringable
        |
        +--com.sapportals.portal.pb.iviewdef.IviewIsolationMode
All Implemented Interfaces:
IiviewDef

public class IviewIsolationMode
extends com.sapportals.portal.prt.util.Stringable
implements IiviewDef

Defines the isolation type of the iview


Field Summary
static IviewIsolationMode EMBEDDED
          Iview is embedded in the page
static IviewIsolationMode PUMPED
          Iview is pumped to the page
static IviewIsolationMode URL
          Iview is isolated from the page
 
Method Summary
static IviewIsolationMode getEnumByString(java.lang.String value)
          Method getEnumByString
 
Methods inherited from class com.sapportals.portal.prt.util.Stringable
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMBEDDED

public static IviewIsolationMode EMBEDDED
Iview is embedded in the page

URL

public static IviewIsolationMode URL
Iview is isolated from the page

PUMPED

public static IviewIsolationMode PUMPED
Iview is pumped to the page
Method Detail

getEnumByString

public static IviewIsolationMode getEnumByString(java.lang.String value)
Method getEnumByString
Parameters:
value - String
Returns:
IviewIsolationMode