Constant Field Values


Contents
org.odata4j.*

org.odata4j.core.ODataConstants
public static final String APPLICATION_ATOM_XML_CHARSET_UTF8 "application/atom+xml;charset=utf-8"
public static final String APPLICATION_JAVASCRIPT_CHARSET_UTF8 "application/json;charset=utf-8"
public static final String APPLICATION_XML_CHARSET_UTF8 "application/xml;charset=utf-8"
public static final String DATA_SERVICE_VERSION "1.0"
public static final String TEXT_JAVASCRIPT_CHARSET_UTF8 "text/javascript;charset=utf-8"

org.odata4j.core.ODataConstants.Headers
public static final String DATA_SERVICE_VERSION "DataServiceVersion"
public static final String X_HTTP_METHOD "X-HTTP-METHOD"

org.odata4j.format.xml.XmlFormatParser
public static final String NS_APP "http://www.w3.org/2007/app"
public static final String NS_ATOM "http://www.w3.org/2005/Atom"
public static final String NS_DATASERVICES "http://schemas.microsoft.com/ado/2007/08/dataservices"
public static final String NS_EDM2006 "http://schemas.microsoft.com/ado/2006/04/edm"
public static final String NS_EDM2007 "http://schemas.microsoft.com/ado/2007/05/edm"
public static final String NS_EDM2008 "http://schemas.microsoft.com/ado/2008/09/edm"
public static final String NS_EDM2009 "http://schemas.microsoft.com/ado/2009/08/edm"
public static final String NS_EDMANNOTATION "http://schemas.microsoft.com/ado/2009/02/edm/annotation"
public static final String NS_EDMX "http://schemas.microsoft.com/ado/2007/06/edmx"
public static final String NS_METADATA "http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"
public static final String NS_XML "http://www.w3.org/XML/1998/namespace"

org.odata4j.format.xml.XmlFormatWriter
public static final String atom_entry_content_type "application/atom+xml;type=entry"
public static final String atom_feed_content_type "application/atom+xml;type=feed"
public static final String related "http://schemas.microsoft.com/ado/2007/08/dataservices/related/"

org.odata4j.repack.org.apache.commons.codec.CharEncoding
public static final String ISO_8859_1 "ISO-8859-1"
public static final String US_ASCII "US-ASCII"
public static final String UTF_16 "UTF-16"
public static final String UTF_16BE "UTF-16BE"
public static final String UTF_16LE "UTF-16LE"
public static final String UTF_8 "UTF-8"

org.odata4j.repack.org.apache.commons.codec.binary.Hex
public static final String DEFAULT_CHARSET_NAME "UTF-8"



http://odata4j.org