Package org.n52.svalbard.read
Class NillableGeographicalNameReader
- java.lang.Object
-
- org.n52.svalbard.read.XmlReader<Nillable<T>>
-
- org.n52.svalbard.read.NillableReader<GeographicalName>
-
- org.n52.svalbard.read.NillableGeographicalNameReader
-
public class NillableGeographicalNameReader extends NillableReader<GeographicalName>
-
-
Constructor Summary
Constructors Constructor Description NillableGeographicalNameReader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XmlReader<GeographicalName>getDelegate()-
Methods inherited from class org.n52.svalbard.read.NillableReader
begin, finish, getPossibleNilReasonAttributes
-
-
-
-
Method Detail
-
getDelegate
public XmlReader<GeographicalName> getDelegate()
- Specified by:
getDelegatein classNillableReader<GeographicalName>
-
-