Uses of Class
com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.SimpleType
-
Packages that use SimpleType Package Description com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters -
-
Uses of SimpleType in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters
Subclasses of SimpleType in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters Modifier and Type Class Description classBooleanValueclassDoubleValueclassFloatValueclassIntValueclassStringValueMethods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters that return SimpleType Modifier and Type Method Description SimpleTypeParameterValue. asSimpleType()SimpleTypeSimpleType. withValue(T value) -
Uses of SimpleType in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters
Methods in com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters that return SimpleType Modifier and Type Method Description protected SimpleTypeBooleanValueParser. parse(String name, String data)protected SimpleTypeDoubleValueParser. parse(String name, String data)protected SimpleTypeFloatValueParser. parse(String name, String data)protected SimpleTypeIntValueParser. parse(String name, String data)SimpleTypeSimpleTypeParser. parse(XmlReader reader)protected abstract SimpleTypeSimpleTypeParser. parse(String name, String data)protected SimpleTypeStringValueParser. parse(String name, String data)
-