com.esri.gpt.control.georss.dcatdef
Class PublisherField
java.lang.Object
com.esri.gpt.control.georss.dcatdef.PublisherField
- All Implemented Interfaces:
- DcatFieldDefinition
public class PublisherField
- extends Object
- implements DcatFieldDefinition
Publisher field.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PublisherField
public PublisherField(String name)
- Creates instance of the class.
- Parameters:
name
- field name
print
public void print(com.google.gson.stream.JsonWriter jsonWriter,
Properties properties,
DcatSchemas dcatSchemas,
IFeedRecord r)
throws IOException
- Description copied from interface:
DcatFieldDefinition
- Print field according to the definition.
- Specified by:
print
in interface DcatFieldDefinition
- Parameters:
jsonWriter
- underlying json writerproperties
- propertiesdcatSchemas
- dcat schemasr
- record to print
- Throws:
IOException
- if printing fails
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.