Class BooleanValueParser
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.Parser<SimpleType>
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters.SimpleTypeParser
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters.BooleanValueParser
-
public class BooleanValueParser extends SimpleTypeParser
-
-
Constructor Summary
Constructors Constructor Description BooleanValueParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SimpleTypeparse(String name, String data)-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters.SimpleTypeParser
parse
-
-
-
-
Method Detail
-
parse
protected SimpleType parse(String name, String data)
- Specified by:
parsein classSimpleTypeParser
-
-