FME Server C++ API 3.0
|
IFMEServerCustomFormat interface. More...
#include <ifmeservercustomformat.h>
Public Member Functions | |
virtual void | getDescription (IFMEServerString &description) const =0 |
virtual FME_UInt32 | getFileSize () const =0 |
virtual void | getName (IFMEServerString &name) const =0 |
virtual IFMEServerResourceVector * | getResources () const =0 |
virtual void | getTitle (IFMEServerString &title) const =0 |
Protected Member Functions | |
IFMEServerCustomFormat () | |
virtual | ~IFMEServerCustomFormat () |
Private Member Functions | |
IFMEServerCustomFormat (const IFMEServerCustomFormat &other) | |
IFMEServerCustomFormat & | operator= (const IFMEServerCustomFormat &other) |
IFMEServerCustomFormat interface.
Package Overview:
This file defines the interface that subclasses of this class MUST follow.
Developers MUST NOT implement their own subclasses of this, instead, the FME will ALWAYS provide them with the subclass instance they should be using.
IFMEServerCustomFormat::IFMEServerCustomFormat | ( | ) | [inline, protected] |
virtual IFMEServerCustomFormat::~IFMEServerCustomFormat | ( | ) | [inline, protected, virtual] |
IFMEServerCustomFormat::IFMEServerCustomFormat | ( | const IFMEServerCustomFormat & | other | ) | [private] |
virtual void IFMEServerCustomFormat::getDescription | ( | IFMEServerString & | description | ) | const [pure virtual] |
Gets the description of the custom format.
description | IFMEServerString to store the description of the custom format |
virtual FME_UInt32 IFMEServerCustomFormat::getFileSize | ( | ) | const [pure virtual] |
Gets the file size of the custom format.
virtual void IFMEServerCustomFormat::getName | ( | IFMEServerString & | name | ) | const [pure virtual] |
Gets the name of the custom format.
name | IFMEServerString to store the name of the custom format |
virtual IFMEServerResourceVector* IFMEServerCustomFormat::getResources | ( | ) | const [pure virtual] |
Gets all the resources of the custom format.
virtual void IFMEServerCustomFormat::getTitle | ( | IFMEServerString & | title | ) | const [pure virtual] |
Gets the title of the custom format.
title | IFMEServerString to store the title of the custom format |
IFMEServerCustomFormat& IFMEServerCustomFormat::operator= | ( | const IFMEServerCustomFormat & | other | ) | [private] |