com.metsci.glimpse.dspl.parser
Class SimpleBinaryParser.BinaryParserFactory
java.lang.Object
com.metsci.glimpse.dspl.parser.util.ParserUtils.SimpleParserFactory
com.metsci.glimpse.dspl.parser.SimpleBinaryParser.BinaryParserFactory
- All Implemented Interfaces:
- ParserUtils.ParserFactory
- Enclosing class:
- SimpleBinaryParser
public class SimpleBinaryParser.BinaryParserFactory
- extends ParserUtils.SimpleParserFactory
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBinaryParser.BinaryParserFactory
public SimpleBinaryParser.BinaryParserFactory()
getParser
public SimpleBinaryParser.BinaryTableColumnParser getParser(Table.Column column,
DataType type)
throws DsplException
- Specified by:
getParser
in interface ParserUtils.ParserFactory
- Overrides:
getParser
in class ParserUtils.SimpleParserFactory
- Throws:
DsplException
newConceptParser
public SimpleBinaryParser.BinaryTableColumnParser newConceptParser(Table.Column column)
- Overrides:
newConceptParser
in class ParserUtils.SimpleParserFactory
newDateParser
public SimpleBinaryParser.BinaryTableColumnParser newDateParser(Table.Column column)
- Overrides:
newDateParser
in class ParserUtils.SimpleParserFactory
newBooleanParser
public SimpleBinaryParser.BinaryTableColumnParser newBooleanParser(Table.Column column)
- Overrides:
newBooleanParser
in class ParserUtils.SimpleParserFactory
newIntegerParser
public SimpleBinaryParser.BinaryTableColumnParser newIntegerParser(Table.Column column)
- Overrides:
newIntegerParser
in class ParserUtils.SimpleParserFactory
newFloatParser
public SimpleBinaryParser.BinaryTableColumnParser newFloatParser(Table.Column column)
- Overrides:
newFloatParser
in class ParserUtils.SimpleParserFactory
newStringParser
public SimpleBinaryParser.BinaryTableColumnParser newStringParser(Table.Column column)
- Overrides:
newStringParser
in class ParserUtils.SimpleParserFactory
Copyright © 2012 Metron, Inc.. All Rights Reserved.