Class ParameterValue<T>
- java.lang.Object
-
- com.lyncode.xoai.dataprovider.xml.xoaiconfig.parameters.ParameterValue<T>
-
- All Implemented Interfaces:
XMLWritable
- Direct Known Subclasses:
ParameterList,ParameterMap,SimpleType
public abstract class ParameterValue<T> extends Object implements XMLWritable
-
-
Constructor Summary
Constructors Constructor Description ParameterValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParameterListasParameterList()ParameterMapasParameterMap()SimpleTypeasSimpleType()StringgetName()booleanhasName()ParameterValuewithName(String value)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.lyncode.xoai.dataprovider.xml.XMLWritable
write
-
-
-
-
Method Detail
-
asSimpleType
public SimpleType asSimpleType()
-
asParameterList
public ParameterList asParameterList()
-
asParameterMap
public ParameterMap asParameterMap()
-
getName
public String getName()
-
withName
public ParameterValue withName(String value)
-
hasName
public boolean hasName()
-
-