org.fao.geonet.constants
Class Geonet.CodeList

java.lang.Object
  extended by org.fao.geonet.constants.Geonet.CodeList
Enclosing class:
Geonet

public class Geonet.CodeList
extends java.lang.Object


Field Summary
static java.lang.String CONTACT
           
static java.lang.String CRS
           
static java.lang.String EXTERNAL
           
static java.lang.String LOCAL
           
static java.lang.String THESAURUS
           
 
Constructor Summary
Geonet.CodeList()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOCAL

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

EXTERNAL

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

THESAURUS

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

CONTACT

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

CRS

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

Geonet.CodeList

public Geonet.CodeList()