InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
FieldData Class Reference

#include <TemplateData.h>

Public Member Functions

 FieldData (int32 intvalue)
 
 FieldData (double doublevalue)
 
 FieldData (const PMString &stringvalue)
 
void SetName (ConstCString fname)
 

Public Attributes

std::string fieldName
 
fldType fieldType
 
int32 anInt
 
double aDouble
 
PMStringaString
 

Detailed Description

FOR INTERNAL USE ONLY. A glue class used by implementations of IRuleable for conveying field data from the KnowledgeBase plug-in to the Eclipse knowledge base subsystem.