public static class DapProtocol.ContentType extends Object
Modifier and Type | Field and Description |
---|---|
String |
contenttype |
String |
htmltype |
RequestMode |
mode |
String |
texttype |
String |
xmltype |
Constructor and Description |
---|
ContentType(RequestMode mode,
String contenttype,
String xmltype,
String texttype,
String htmltype) |
public RequestMode mode
public String contenttype
public String xmltype
public String texttype
public String htmltype
public ContentType(RequestMode mode, String contenttype, String xmltype, String texttype, String htmltype)
public String getFormat(ResponseFormat format) throws DapException
DapException
Copyright © 1999–2018 UCAR/Unidata. All rights reserved.