uk.ac.ebi.jmzidml.model.utils
Class ModelConstants

java.lang.Object
  extended by uk.ac.ebi.jmzidml.model.utils.ModelConstants

public class ModelConstants
extends Object

Author:
Richard Cote, Florian Reisinger Date: 13-Jun-2008 Time: 10:45:32 $Id: $

Field Summary
static String MZIDML_NS
           
static String MZIDML_SCHEMA
           
static String MZIDML_VERSION
           
static String PACKAGE
           
 
Constructor Summary
ModelConstants()
           
 
Method Summary
static Class getClassForElementName(String name)
           
static String getElementNameForClass(Class cls)
           
static QName getQNameForClass(Class cls)
           
static boolean isRegisteredClass(Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PACKAGE

public static final String PACKAGE

MZIDML_NS

public static final String MZIDML_NS
See Also:
Constant Field Values

MZIDML_VERSION

public static final String MZIDML_VERSION
See Also:
Constant Field Values

MZIDML_SCHEMA

public static final String MZIDML_SCHEMA
See Also:
Constant Field Values
Constructor Detail

ModelConstants

public ModelConstants()
Method Detail

isRegisteredClass

public static boolean isRegisteredClass(Class cls)

getQNameForClass

public static QName getQNameForClass(Class cls)

getElementNameForClass

public static String getElementNameForClass(Class cls)

getClassForElementName

public static Class getClassForElementName(String name)


Copyright © 2012. All Rights Reserved.