org.opentox.media
Class OpenToxMediaType

java.lang.Object
  extended by org.opentox.media.OpenToxMediaType

public class OpenToxMediaType
extends java.lang.Object

This class owns the representations of the media types adopted by opentox which are not standard RFC media types.

Version:
1.3.3 (Last update: Dec 20, 2009)
Author:
OpenTox - http://www.opentox.org/, Sopasakis Pantelis, Sarimveis Harry

Field Summary
static org.restlet.data.MediaType APPLICATION_YAML
           
static org.restlet.data.MediaType CHEMICAL_CML
           
static org.restlet.data.MediaType CHEMICAL_MDLMOL
           
static org.restlet.data.MediaType CHEMICAL_MDLSDF
           
static org.restlet.data.MediaType CHEMICAL_SMILES
           
private static long serialVersionUID
           
static org.restlet.data.MediaType TEXT_ARFF
           
static org.restlet.data.MediaType TEXT_N3
          See http://www.openrdf.org/doc/sesame2/system/ch08.html for reference
static org.restlet.data.MediaType TEXT_TRIPLE
           
static org.restlet.data.MediaType TEXT_YAML
           
 
Constructor Summary
private OpenToxMediaType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

CHEMICAL_MDLSDF

public static final org.restlet.data.MediaType CHEMICAL_MDLSDF

CHEMICAL_MDLMOL

public static final org.restlet.data.MediaType CHEMICAL_MDLMOL

CHEMICAL_CML

public static final org.restlet.data.MediaType CHEMICAL_CML

CHEMICAL_SMILES

public static final org.restlet.data.MediaType CHEMICAL_SMILES

TEXT_YAML

public static final org.restlet.data.MediaType TEXT_YAML

TEXT_ARFF

public static final org.restlet.data.MediaType TEXT_ARFF

APPLICATION_YAML

public static final org.restlet.data.MediaType APPLICATION_YAML

TEXT_N3

public static final org.restlet.data.MediaType TEXT_N3
See http://www.openrdf.org/doc/sesame2/system/ch08.html for reference


TEXT_TRIPLE

public static final org.restlet.data.MediaType TEXT_TRIPLE
Constructor Detail

OpenToxMediaType

private OpenToxMediaType()