FME Server C++ API 3.0
|
IFMEServerAttribute interface. More...
#include <ifmeserverattribute.h>
Public Member Functions | |
virtual FME_Int32 | getDecimals () const =0 |
virtual void | getName (IFMEServerString &name) const =0 |
virtual void | getType (IFMEServerString &type) const =0 |
virtual FME_Int32 | getWidth () const =0 |
Protected Member Functions | |
IFMEServerAttribute () | |
virtual | ~IFMEServerAttribute () |
Private Member Functions | |
IFMEServerAttribute (const IFMEServerAttribute &other) | |
IFMEServerAttribute & | operator= (const IFMEServerAttribute &other) |
IFMEServerAttribute 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.
IFMEServerAttribute::IFMEServerAttribute | ( | ) | [inline, protected] |
virtual IFMEServerAttribute::~IFMEServerAttribute | ( | ) | [inline, protected, virtual] |
IFMEServerAttribute::IFMEServerAttribute | ( | const IFMEServerAttribute & | other | ) | [private] |
virtual FME_Int32 IFMEServerAttribute::getDecimals | ( | ) | const [pure virtual] |
virtual void IFMEServerAttribute::getName | ( | IFMEServerString & | name | ) | const [pure virtual] |
virtual void IFMEServerAttribute::getType | ( | IFMEServerString & | type | ) | const [pure virtual] |
virtual FME_Int32 IFMEServerAttribute::getWidth | ( | ) | const [pure virtual] |
IFMEServerAttribute& IFMEServerAttribute::operator= | ( | const IFMEServerAttribute & | other | ) | [private] |