Oracle Personalization
REAPI_RT
v9.0.2

oracle.dmt.op.re.base
Interface Enum


public interface Enum

Interface Enum keeps all enumerations used for the invocation of DMAPI functions.


Inner Class Summary
TypeClass
static interface Enum.CategoryMembership
          Interface CategoryMembership is the actual enumeration for the CategoryMembershipType.
static class Enum.CategoryMembershipType
          Class CategoryMembershipType implements enumeration for the CategoryMembership.
static interface Enum.DataSource
          Interface DataSource is the actual enumeration for the DataSourceType.
static class Enum.DataSourceType
          Class DataSourceType implements enumeration for the DataSource.
static class Enum.EnumType
           
static interface Enum.Filtering
          Interface Filtering is the actual enumeration for the FilteringType.
static class Enum.FilteringType
          Class FilteringType implements enumeration for the Filtering.
static interface Enum.InterestDimension
          Interface InterestDimension is the actual enumeration for the InterestDimensionType.
static class Enum.InterestDimensionType
          Class InterestDimensionType implements enumeration for the InterestDimension.
static interface Enum.Parameter
          Interface Parameter is the actual enumeration for the ParameterType.
static class Enum.ParameterType
          Class ParameterType implements enumeration for the Parameter.
static interface Enum.PersonalizationIndex
          Interface PersonalizationIndex is the actual enumeration for the PersonalizationIndexType.
static class Enum.PersonalizationIndexType
          Class PersonalizationIndex Type implements enumeration for the PersonalizationIndexType.
static interface Enum.ProfileDataBalance
          Interface ProfileDataBalance is the actual enumeration for the ProfileDataBalanceType.
static class Enum.ProfileDataBalanceType
          Class ProfileDataBalanceType implements enumeration for the ProfileDataBalance.
static interface Enum.ProfileUsage
          Interface ProfileUsage is the actual enumeration for the ProfileUsageType.
static class Enum.ProfileUsageType
          Class ProfileUsageType implements enumeration for the ProfileUsage.
static interface Enum.RecommendationAttribute
          Interface RecommendationAttribute is the actual enumeration for the RecommendationAttributeType.
static class Enum.RecommendationAttributeType
          Class RecommendationAttributeType implements enumeration for the RecommendationAttribute.
static interface Enum.RelationalOperator
          Interface RelationalOperator is the actual enumeration for the RelationalOperatorType.
static class Enum.RelationalOperatorType
          Class RelationalOperatorType implements enumeration for the RelationalOperator.
static interface Enum.Sorting
          Interface Sorting is the actual enumeration for the SortingType.
static class Enum.SortingType
          Class SortingType implements enumeration for the Sorting.
static interface Enum.User
          Interface User is the actual enumeration for the UserType.
static class Enum.UserType
          Class UserType implements enumeration for the User.
 
Field Summary
TypeField
static Enum.CategoryMembershipType[] CATEGORY_MEMBERSHIP_TABLE
          CATEGORY_MEMBERSHIP_TABLE keeps enumerations for the CategoryMembershipType.
static Enum.DataSourceType[] DATA_SOURCE_TABLE
          DATA_SOURCE_TABLE keeps enumerations for the DataSourceType.
static Enum.FilteringType[] FILTERING_TABLE
          FILTERING_TABLE keeps enumerations for the FilteringType.
static Enum.InterestDimensionType[] INTEREST_Dimension_TABLE
          INTEREST_Dimension_TABLE keeps enumerations for the InterestDimensionType.
static Enum.ParameterType[] PARAMETER_TYPE_TABLE
          PARAMETER_TYPE_TABLE keeps enumerations for the ParameterType.
static Enum.ProfileDataBalanceType[] PROFILE_DATA_BALANCE_TABLE
          ROFILE_DATA_BALANCE_TABLE keeps enumerations for the ProfileDataBalanceType.
static Enum.ProfileUsageType[] PROFILE_USAGE_TABLE
          PROFILE_USAGE_TABLE keeps enumerations for the ProfileUsageType.
static Enum.RecommendationAttributeType[] RECOMMENDATION_ATTRIBUTE_TABLE
          RECOMMENDATION_ATTRIBUTE_TABLE keeps enumerations for the RecommendationAttributeType.
static Enum.RelationalOperatorType[] RELATIONAL_OPERATOR_TABLE
          RELATIONAL_OPERATOR_TABLE keeps enumerations for the RelationalOperatorType.
static Enum.PersonalizationIndexType[] SERENDIPITY_TABLE
          SERENDIPITY_TABLE keeps enumerations for the PersonalizationIndexType.
static Enum.SortingType[] SORTING_TABLE
          SORTING_TABLE keeps enumerations for the SortingType.
static Enum.UserType[] USER_TYPE_TABLE
          USER_TYPE_TABLE keeps enumerations for the UserType.
 

Field Detail

CATEGORY_MEMBERSHIP_TABLE

public static final Enum.CategoryMembershipType[] CATEGORY_MEMBERSHIP_TABLE
CATEGORY_MEMBERSHIP_TABLE keeps enumerations for the CategoryMembershipType. Add new entries here.

FILTERING_TABLE

public static final Enum.FilteringType[] FILTERING_TABLE
FILTERING_TABLE keeps enumerations for the FilteringType. Add new entries here.

PROFILE_USAGE_TABLE

public static final Enum.ProfileUsageType[] PROFILE_USAGE_TABLE
PROFILE_USAGE_TABLE keeps enumerations for the ProfileUsageType. Add new entries here.

SORTING_TABLE

public static final Enum.SortingType[] SORTING_TABLE
SORTING_TABLE keeps enumerations for the SortingType. Add new entries here.

RECOMMENDATION_ATTRIBUTE_TABLE

public static final Enum.RecommendationAttributeType[] RECOMMENDATION_ATTRIBUTE_TABLE
RECOMMENDATION_ATTRIBUTE_TABLE keeps enumerations for the RecommendationAttributeType. Add new entries here.

DATA_SOURCE_TABLE

public static final Enum.DataSourceType[] DATA_SOURCE_TABLE
DATA_SOURCE_TABLE keeps enumerations for the DataSourceType. Add new entries here.

INTEREST_Dimension_TABLE

public static final Enum.InterestDimensionType[] INTEREST_Dimension_TABLE
INTEREST_Dimension_TABLE keeps enumerations for the InterestDimensionType. Add new entries here.

RELATIONAL_OPERATOR_TABLE

public static final Enum.RelationalOperatorType[] RELATIONAL_OPERATOR_TABLE
RELATIONAL_OPERATOR_TABLE keeps enumerations for the RelationalOperatorType. Add new entries here.

SERENDIPITY_TABLE

public static final Enum.PersonalizationIndexType[] SERENDIPITY_TABLE
SERENDIPITY_TABLE keeps enumerations for the PersonalizationIndexType. Add new entries here.

PROFILE_DATA_BALANCE_TABLE

public static final Enum.ProfileDataBalanceType[] PROFILE_DATA_BALANCE_TABLE
ROFILE_DATA_BALANCE_TABLE keeps enumerations for the ProfileDataBalanceType. Add new entries here.

USER_TYPE_TABLE

public static final Enum.UserType[] USER_TYPE_TABLE
USER_TYPE_TABLE keeps enumerations for the UserType. Add new entries here.

PARAMETER_TYPE_TABLE

public static final Enum.ParameterType[] PARAMETER_TYPE_TABLE
PARAMETER_TYPE_TABLE keeps enumerations for the ParameterType.

Oracle Personalization
REAPI_RT
v9.0.2