FME Server C++ API 3.0

IFMEServerAttribute Class Reference

IFMEServerAttribute interface. More...

#include <ifmeserverattribute.h>

List of all members.

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)
IFMEServerAttributeoperator= (const IFMEServerAttribute &other)

Detailed Description

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.


Constructor & Destructor Documentation

IFMEServerAttribute::IFMEServerAttribute ( ) [inline, protected]
virtual IFMEServerAttribute::~IFMEServerAttribute ( ) [inline, protected, virtual]
IFMEServerAttribute::IFMEServerAttribute ( const IFMEServerAttribute other) [private]

Member Function Documentation

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]

The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines