org.joda.beans.ser
Class JodaBeanMimeType
java.lang.Object
org.joda.beans.ser.JodaBeanMimeType
public final class JodaBeanMimeType
- extends Object
Provides mime types for Joda-Beans.
|
Field Summary |
static String |
BINARY
Mime type for the binary format. |
static String |
XML
Mime type for the XML format. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINARY
public static final String BINARY
- Mime type for the binary format.
- See Also:
- Constant Field Values
XML
public static final String XML
- Mime type for the XML format.
- See Also:
- Constant Field Values
Copyright © 2007–2014 Joda.org. All rights reserved.