org.n52.oxf.valueDomains.time
Interface ITimeResolution

All Superinterfaces:
ITime
All Known Implementing Classes:
TimeResolution

public interface ITimeResolution
extends ITime

Specifies a resolution for time by defining year, month, day, hours, minutes and seconds.


Field Summary
 
Fields inherited from interface org.n52.oxf.ows.capabilities.ITime
NOT_SET
 
Method Summary
 int getDays()
           
 int getHours()
           
 int getMinutes()
           
 int getMonths()
           
 float getSeconds()
           
 long getYears()
           
 
Methods inherited from interface org.n52.oxf.ows.capabilities.ITime
toISO8601Format, toString
 

Method Detail

getYears

long getYears()

getMonths

int getMonths()

getDays

int getDays()

getHours

int getHours()

getMinutes

int getMinutes()

getSeconds

float getSeconds()


Copyright © 2012-2013 52north.org. All Rights Reserved.