34 #ifndef CORE_PROPERTY_H    35 #define CORE_PROPERTY_H    65             undefinedCoreProperty = 15
    98         std::string 
getValue(
const int & index = 0) 
const;
   105         void setCategory(std::string pValue);
   106         void setContentStatus(std::string pValue);
   107         void setCreated(std::string pValue);
   108         void setCreator(std::string pValue);
   109         void setDescription(std::string pValue);
   110         void setIdentifier(std::string pValue);
   111         void setKeywords(std::string pValue);
   112         void addKeywords(std::string pValue);
   113         void setLanguage(std::string pValue);
   114         void setLastModifiedBy(std::string pValue);
   115         void setLastPrinted(std::string pValue);
   116         void setModified(std::string pValue);
   117         void setRevision(std::string pValue);
   118         void setSubject(std::string pValue);
   119         void setTitle(std::string pValue);
   120         void setVersion(std::string pValue);
   124         std::vector<std::string> value; 
 TypeProperty getTypeProperty() const 
Definition: CoreProperty.cpp:67
Definition: CoreProperty.h:42
std::vector< std::string > getAllValue() const 
Definition: CoreProperty.cpp:77
bool isEmpty() const 
Definition: CoreProperty.cpp:62
TypeProperty
Definition: CoreProperty.h:49
Definition: ContentType.h:39
std::string getValue(const int &index=0) const 
Definition: CoreProperty.cpp:82
std::string toString() const 
Definition: CoreProperty.cpp:87
void setTypeProperty(const TypeProperty &corePropertyType)
Definition: CoreProperty.cpp:72