Package com.microstrategy.web.app
Interface EnumWebConfigBeanType
-
public interface EnumWebConfigBeanTypeDeprecated.With the introduction of the centralizedBeanFactoryclass, bean configuration type distinctions are no longer relevant.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intWebConfigBeanTypeApplicationDeprecated.Indicates the bean is of type applicationstatic intWebConfigBeanTypeGenericDeprecated.Indicates the bean is of type genericstatic intWebConfigBeanTypeMetadataDeprecated.Indicates the bean is of type metadata
-
-
-
Field Detail
-
WebConfigBeanTypeGeneric
static final int WebConfigBeanTypeGeneric
Deprecated.Indicates the bean is of type generic- See Also:
- Constant Field Values
-
WebConfigBeanTypeApplication
static final int WebConfigBeanTypeApplication
Deprecated.Indicates the bean is of type application- See Also:
- Constant Field Values
-
WebConfigBeanTypeMetadata
static final int WebConfigBeanTypeMetadata
Deprecated.Indicates the bean is of type metadata- See Also:
- Constant Field Values
-
-