19#ifndef CORE_PROPERTY_H
20#define CORE_PROPERTY_H
49 undefinedCoreProperty = 15
247 std::vector<std::string> value;
Definition CoreProperty.h:29
void setCreated(std::string pValue)
void setCategory(std::string pValue)
TypeProperty getTypeProperty() const
void setKeywords(std::string pValue)
void setDescription(std::string pValue)
const std::vector< std::string > & getAllValue() const
void setTitle(std::string pValue)
TypeProperty
Definition CoreProperty.h:33
void setCreator(std::string pValue)
void setLastModifiedBy(std::string pValue)
void setLanguage(std::string pValue)
CoreProperty(TypeProperty pType)
void setModified(std::string pValue)
void setContentStatus(std::string pValue)
void setVersion(std::string pValue)
void setLastPrinted(std::string pValue)
void setRevision(std::string pValue)
void setTypeProperty(TypeProperty corePropertyType)
std::string getValue(size_t index=0) const
void setIdentifier(std::string pValue)
CoreProperty(TypeProperty pType, const std::vector< std::string > &pValue)
void addKeywords(std::string pValue)
std::string toString() const
CoreProperty(TypeProperty pType, const std::string &pValue)
void setSubject(std::string pValue)
The epc namespace.
Definition ContentType.h:25