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 |
|---|
DapProtocol.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 DapProtocol.ContentType(RequestMode mode, String contenttype, String xmltype, String texttype, String htmltype)
public String getFormat(ResponseFormat format) throws DapException
DapExceptionCopyright © 1999-2015 UCAR/Unidata. All Rights Reserved.