CodeBeamer 5.4.0.1-RC API

com.intland.codebeamer.persistence.dto
Interface TrackerLayoutLabelDto.CompiledFormula

All Superinterfaces:
TrackerItemCompiledExpression<java.lang.Object>
Enclosing class:
TrackerLayoutLabelDto

public static interface TrackerLayoutLabelDto.CompiledFormula
extends TrackerItemCompiledExpression<java.lang.Object>

The interface of a compiled representation of a calculated field's formula


Method Summary
 java.lang.Object getValue(TrackerItemDto item)
          Evaluate the compiled formula for the specified item
 
Methods inherited from interface com.intland.codebeamer.persistence.dto.TrackerItemCompiledExpression
getValue
 

Method Detail

getValue

java.lang.Object getValue(TrackerItemDto item)
Evaluate the compiled formula for the specified item

Parameters:
item - where to evaluate the formula
Returns:
the calculated item field value

CodeBeamer 5.4.0.1-RC API

Copyright © 2006-2009 Intland Software. All rights reserved.