org.deegree.protocol.sos.time
Class IndeterminateTime

java.lang.Object
  extended by org.deegree.protocol.sos.time.IndeterminateTime
All Implemented Interfaces:
SamplingTime

public class IndeterminateTime
extends Object
implements SamplingTime

This class represents an indeterminate time like now or unknown.

Version:
$Revision: 19378 $, $Date: 2009-08-28 10:26:53 +0200 (Fri, 28 Aug 2009) $
Author:
Oliver Tonnhofer, last edited by: $Author: aionita $

Nested Class Summary
static class IndeterminateTime.Type
          The type of the indeterminate time position.
 
Method Summary
 IndeterminateTime.Type getType()
           
static IndeterminateTime now()
           
static IndeterminateTime unknown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getType

public IndeterminateTime.Type getType()
Returns:
the type

now

public static IndeterminateTime now()
Returns:
a new indeterminate time

unknown

public static IndeterminateTime unknown()
Returns:
a new indeterminate time


Copyright © 2011. All Rights Reserved.