enum AttributeFactory::Flags

enum Flags
{
    kIsPoolString = 1<<(AttributeValue::kLastUserFlag + 1),
};