Style Intelligence v12.0

inetsoft.report.lens
Class FormulaTableLens.HeaderInfo

java.lang.Object
  extended by inetsoft.report.lens.FormulaTableLens.HeaderInfo
Enclosing class:
FormulaTableLens

public static class FormulaTableLens.HeaderInfo
extends Object

Formula header info, include the formula header name, its original column header name, and the default created meta info for this formula header, and the really meta info for this formula header is this meta info merge with the original column's meta info.


Constructor Summary
FormulaTableLens.HeaderInfo(String fname, String oname, boolean autoCreated, XMetaInfo minfo)
           
 
Method Summary
 boolean containsFormat()
           
 String getOriginalColName()
           
 XMetaInfo merge(XMetaInfo info)
           
 void setOriginalColName(String oname)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormulaTableLens.HeaderInfo

public FormulaTableLens.HeaderInfo(String fname,
                                   String oname,
                                   boolean autoCreated,
                                   XMetaInfo minfo)
Method Detail

getOriginalColName

public String getOriginalColName()

setOriginalColName

public void setOriginalColName(String oname)

containsFormat

public boolean containsFormat()

merge

public XMetaInfo merge(XMetaInfo info)

toString

public String toString()
Overrides:
toString in class Object

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.