Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss.dcatdef
Class PublisherField

java.lang.Object
  extended by com.esri.gpt.control.georss.dcatdef.PublisherField
All Implemented Interfaces:
DcatFieldDefinition

public class PublisherField
extends Object
implements DcatFieldDefinition

Publisher field.


Field Summary
 
Fields inherited from interface com.esri.gpt.control.georss.dcatdef.DcatFieldDefinition
OBLIGATORY
 
Constructor Summary
PublisherField(String name)
          Creates instance of the class.
 
Method Summary
 void print(com.google.gson.stream.JsonWriter jsonWriter, Properties properties, DcatSchemas dcatSchemas, IFeedRecord r)
          Print field according to the definition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PublisherField

public PublisherField(String name)
Creates instance of the class.

Parameters:
name - field name
Method Detail

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 writer
properties - properties
dcatSchemas - dcat schemas
r - record to print
Throws:
IOException - if printing fails

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.