Uses of Class
fr.umlv.tatoo.runtime.util.DefaultStringConverter.ParseMethod

Packages that use DefaultStringConverter.ParseMethod
fr.umlv.tatoo.runtime.util   
 

Uses of DefaultStringConverter.ParseMethod in fr.umlv.tatoo.runtime.util
 

Methods in fr.umlv.tatoo.runtime.util with annotations of type DefaultStringConverter.ParseMethod
protected  boolean DefaultStringConverter.parseBoolean(String text)
          Converts a text to a boolean
protected  char DefaultStringConverter.parseChar(String text)
          Converts a text to a single char.
protected  double DefaultStringConverter.parseDouble(String text)
          Converts a text to a double.
protected
<E extends Enum<E>>
E
DefaultStringConverter.parseEnum(String text, Class<E> clazz)
          Convert a text containing the name of an enumeration item to its value.
protected  int DefaultStringConverter.parseInt(String text)
          Converts a text to an integer.
protected  String DefaultStringConverter.parseString(String text)
          Converts a text to a string.