FME Server C++ API 3.0
|
getAllAttributeNames(IFMEServerStringArray &attributeNames) const =0 | IFMEServerProperty | [pure virtual] |
getAttribute(const IFMEServerString &attributeName, IFMEServerString &attributeValue) const =0 | IFMEServerProperty | [pure virtual] |
getCategory(IFMEServerString &propertyCategory) const =0 | IFMEServerProperty | [pure virtual] |
getName(IFMEServerString &propertyName) const =0 | IFMEServerProperty | [pure virtual] |
getValue(IFMEServerString &propertyValue) const =0 | IFMEServerProperty | [pure virtual] |
IFMEServerProperty() | IFMEServerProperty | [inline, protected] |
IFMEServerProperty(const IFMEServerProperty &) | IFMEServerProperty | [private] |
operator=(const IFMEServerProperty &) | IFMEServerProperty | [private] |
setAttribute(const IFMEServerString &attributeName, const IFMEServerString &attributeValue)=0 | IFMEServerProperty | [pure virtual] |
setCategory(const IFMEServerString &propertyCategory)=0 | IFMEServerProperty | [pure virtual] |
setName(const IFMEServerString &propertyName)=0 | IFMEServerProperty | [pure virtual] |
setValue(const IFMEServerString &propertyValue)=0 | IFMEServerProperty | [pure virtual] |
~IFMEServerProperty() | IFMEServerProperty | [inline, protected, virtual] |