Interface LimitedEntryCol
-
- All Known Implementing Classes:
LimitedEntryActionInsertFactCol52,LimitedEntryActionRetractFactCol52,LimitedEntryActionSetFieldCol52,LimitedEntryBRLActionColumn,LimitedEntryBRLConditionColumn,LimitedEntryConditionCol52
public interface LimitedEntryColLimited Entry columns need to store their value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DTCellValue52getValue()voidsetValue(DTCellValue52 value)
-
-
-
Method Detail
-
getValue
DTCellValue52 getValue()
-
setValue
void setValue(DTCellValue52 value)
-
-