com.sap.portal.pcm.attributes
Interface IAttrPcmGeneralValues


public interface IAttrPcmGeneralValues

Defines valid values for general PCM object attributes.

See Also:
IAttrPcmGeneral

Field Summary
static java.lang.String INHERITANCE_VALUE_FINAL
          Constant for optional value of the attribute
static java.lang.String INHERITANCE_VALUE_NON_FINAL
          Constant for optional value of the attribute
static java.lang.String PERSONALIZATION_DIALOG
          Constant for optional value of the attribute
static java.lang.String PERSONALIZATION_NON_DIALOG
          Constant for optional value of the attribute
static java.lang.String PERSONALIZATION_NONE
          Constant for optional value of the attribute
static java.lang.String PERSONALIZATION_NONE_ALL
          Constant for optional value of the attribute
static java.lang.String PERSONALIZATION_READ_ONLY
          Constant for optional value of the attribute
 

Field Detail

PERSONALIZATION_NONE

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

PERSONALIZATION_NONE_ALL

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

PERSONALIZATION_DIALOG

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

PERSONALIZATION_NON_DIALOG

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

PERSONALIZATION_READ_ONLY

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

INHERITANCE_VALUE_FINAL

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

INHERITANCE_VALUE_NON_FINAL

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