| Package | Description |
|---|---|
| com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters | |
| com.lyncode.xoai.dataprovider.xml.xoaiconfig.parse.parameters |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanValue |
class |
DoubleValue |
class |
FloatValue |
class |
IntValue |
class |
StringValue |
| Modifier and Type | Method and Description |
|---|---|
SimpleType |
ParameterValue.asSimpleType() |
SimpleType |
SimpleType.withValue(T value) |
| Modifier and Type | Method and Description |
|---|---|
protected SimpleType |
StringValueParser.parse(String name,
String data) |
protected abstract SimpleType |
SimpleTypeParser.parse(String name,
String data) |
protected SimpleType |
IntValueParser.parse(String name,
String data) |
protected SimpleType |
FloatValueParser.parse(String name,
String data) |
protected SimpleType |
DoubleValueParser.parse(String name,
String data) |
protected SimpleType |
BooleanValueParser.parse(String name,
String data) |
SimpleType |
SimpleTypeParser.parse(XmlReader reader) |
Copyright © 2020. All rights reserved.