uk.ac.starlink.table.formats
Class RowEvaluator.Decoder

java.lang.Object
  |
  +--uk.ac.starlink.table.formats.RowEvaluator.Decoder
Enclosing class:
RowEvaluator

public abstract class RowEvaluator.Decoder
extends Object

Interface for an object that can turn a string into a cell content object.


Constructor Summary
RowEvaluator.Decoder()
           
 
Method Summary
abstract  Object decode(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowEvaluator.Decoder

public RowEvaluator.Decoder()
Method Detail

decode

public abstract Object decode(String value)

Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved.