com.espertech.esper.util
Interface SimpleTypeParser


public interface SimpleTypeParser

Parser of a String input to an object.


Method Summary
 Object parse(String text)
          Parses the text and returns an object value.
 

Method Detail

parse

Object parse(String text)
Parses the text and returns an object value.

Parameters:
text - to parse
Returns:
object value

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com