Class DefaultAbsoluteInstantType

java.lang.Object
org.gvsig.timesupport.impl.DefaultAbsoluteInstantType
All Implemented Interfaces:
org.gvsig.timesupport.AbsoluteInstantType

public class DefaultAbsoluteInstantType extends Object implements org.gvsig.timesupport.AbsoluteInstantType
Author:
Jorge Piera Llodrá
  • Field Summary

    Fields inherited from interface org.gvsig.timesupport.AbsoluteInstantType

    CENTURY_OF_ERA, CLOCKHOUR_OF_DAY, CLOCKHOUR_OF_HALFDAY, DAY_OF_MONTH, DAY_OF_WEEK, DAY_OF_YEAR, ERA, HALFDAY_OF_DAY, HOUR_OF_DAY, HOUR_OF_HALFDAY, MILLIS_OF_DAY, MILLIS_OF_SECOND, MINUTE_OF_DAY, MINUTE_OF_HOUR, MONTH_OF_YEAR, SECOND_OF_DAY, SECOND_OF_MINUTE, WEEK_OF_WEEKYEAR, WEEKYEAR, WEEKYEAR_OF_CENTURY, YEAR, YEAR_OF_CENTURY, YEAR_OF_ERA
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
     
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Method Details

    • getType

      public int getType()
      Specified by:
      getType in interface org.gvsig.timesupport.AbsoluteInstantType
    • getName

      public String getName()
      Specified by:
      getName in interface org.gvsig.timesupport.AbsoluteInstantType
    • toString

      public String toString()
      Overrides:
      toString in class Object