com.sap.portal.pcm.attributes
Interface IAttrLaunchValues


public interface IAttrLaunchValues

Defines valid values for launchable object specific attributes.

See Also:
IAttrPcmGeneral

Field Summary
static java.lang.String ALLOW_BROWSER_NO
          Constant for optional value of the attribute
static java.lang.String ALLOW_BROWSER_YES
          Constant for optional value of the attribute
static java.lang.String CACHING_LEVEL_VALUE_NONE
          Constant for optional value of the attribute
static java.lang.String CACHING_LEVEL_VALUE_SESSION
          Constant for optional value of the attribute
static java.lang.String CACHING_LEVEL_VALUE_SHARED
          Constant for optional value of the attribute
static java.lang.String CACHING_LEVEL_VALUE_USER
          Constant for optional value of the attribute
static java.lang.String SUPPORTED_USER_AGENT_VALUE_ALL
          Constant for optional value of the attribute
static java.lang.String SUPPORTED_USER_AGENT_VALUE_MSIE
          Constant for optional value of the attribute
static java.lang.String SUPPORTED_USER_AGENT_VALUE_NETSCAPE
          Constant for optional value of the attribute
 

Field Detail

CACHING_LEVEL_VALUE_NONE

public static final java.lang.String CACHING_LEVEL_VALUE_NONE
Constant for optional value of the attribute

CACHING_LEVEL_VALUE_SHARED

public static final java.lang.String CACHING_LEVEL_VALUE_SHARED
Constant for optional value of the attribute

CACHING_LEVEL_VALUE_USER

public static final java.lang.String CACHING_LEVEL_VALUE_USER
Constant for optional value of the attribute

CACHING_LEVEL_VALUE_SESSION

public static final java.lang.String CACHING_LEVEL_VALUE_SESSION
Constant for optional value of the attribute

SUPPORTED_USER_AGENT_VALUE_ALL

public static final java.lang.String SUPPORTED_USER_AGENT_VALUE_ALL
Constant for optional value of the attribute

SUPPORTED_USER_AGENT_VALUE_MSIE

public static final java.lang.String SUPPORTED_USER_AGENT_VALUE_MSIE
Constant for optional value of the attribute

SUPPORTED_USER_AGENT_VALUE_NETSCAPE

public static final java.lang.String SUPPORTED_USER_AGENT_VALUE_NETSCAPE
Constant for optional value of the attribute

ALLOW_BROWSER_YES

public static final java.lang.String ALLOW_BROWSER_YES
Constant for optional value of the attribute

ALLOW_BROWSER_NO

public static final java.lang.String ALLOW_BROWSER_NO
Constant for optional value of the attribute