org.gcube.opensearch.opensearchlibrary
Class TimeConstants

java.lang.Object
  extended by org.gcube.opensearch.opensearchlibrary.TimeConstants

public class TimeConstants
extends java.lang.Object


Field Summary
static java.lang.String encodedTimeExtensionsNS
          The namespace of OpenSearch Time Extensions in URL-encoded form
static java.lang.String endQname
          The qualified name for the end parameter of Time OpenSearch extensions
static java.lang.String startQname
          The qualified name for the start parameter of Time OpenSearch extensions
static java.lang.String TimeExtensionsNS
          The namespace of OpenSearch Time Extensions
 
Constructor Summary
TimeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TimeExtensionsNS

public static final java.lang.String TimeExtensionsNS
The namespace of OpenSearch Time Extensions

See Also:
Constant Field Values

encodedTimeExtensionsNS

public static final java.lang.String encodedTimeExtensionsNS
The namespace of OpenSearch Time Extensions in URL-encoded form


startQname

public static final java.lang.String startQname
The qualified name for the start parameter of Time OpenSearch extensions


endQname

public static final java.lang.String endQname
The qualified name for the end parameter of Time OpenSearch extensions

Constructor Detail

TimeConstants

public TimeConstants()