uk.ac.open.kmi.utils
Class Constants

java.lang.Object
  extended byuk.ac.open.kmi.utils.Constants

public class Constants
extends java.lang.Object


Field Summary
static java.lang.String conceptURI
           
static java.lang.String en
           
static java.lang.String nl
           
static java.lang.String rdfNs
           
static java.lang.String xmlNs
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

en

public static final java.lang.String en
See Also:
Constant Field Values

nl

public static final java.lang.String nl
See Also:
Constant Field Values

xmlNs

public static final java.lang.String xmlNs
See Also:
Constant Field Values

rdfNs

public static final java.lang.String rdfNs
See Also:
Constant Field Values

conceptURI

public static final java.lang.String conceptURI
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()