21 #ifndef CORE_PROPERTY_H    22 #define CORE_PROPERTY_H    52             undefinedCoreProperty = 15
    85         std::string 
getValue(
const int & index = 0) 
const;
    92         void setCategory(std::string pValue);
    93         void setContentStatus(std::string pValue);
    94         void setCreated(std::string pValue);
    95         void setCreator(std::string pValue);
    96         void setDescription(std::string pValue);
    97         void setIdentifier(std::string pValue);
    98         void setKeywords(std::string pValue);
    99         void addKeywords(std::string pValue);
   100         void setLanguage(std::string pValue);
   101         void setLastModifiedBy(std::string pValue);
   102         void setLastPrinted(std::string pValue);
   103         void setModified(std::string pValue);
   104         void setRevision(std::string pValue);
   105         void setSubject(std::string pValue);
   106         void setTitle(std::string pValue);
   107         void setVersion(std::string pValue);
   111         std::vector<std::string> value; 
 TypeProperty getTypeProperty() const 
Definition: CoreProperty.cpp:54
Definition: CoreProperty.h:29
std::vector< std::string > getAllValue() const 
Definition: CoreProperty.cpp:64
bool isEmpty() const 
Definition: CoreProperty.cpp:49
TypeProperty
Definition: CoreProperty.h:36
Definition: ContentType.h:26
std::string getValue(const int &index=0) const 
Definition: CoreProperty.cpp:69
std::string toString() const 
Definition: CoreProperty.cpp:74
void setTypeProperty(const TypeProperty &corePropertyType)
Definition: CoreProperty.cpp:59