Class StringValue
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue<T>
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.SimpleType<String>
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.StringValue
-
- All Implemented Interfaces:
XMLWritable
public class StringValue extends SimpleType<String>
-
-
Constructor Summary
Constructors Constructor Description StringValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetXmlName()-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.SimpleType
asBoolean, asDouble, asFloat, asInteger, asString, getValue, is, withValue, write
-
Methods inherited from class com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue
asParameterList, asParameterMap, asSimpleType, getName, hasName, withName
-
-
-
-
Method Detail
-
getXmlName
protected String getXmlName()
- Specified by:
getXmlNamein classSimpleType<String>
-
-