All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Time_Point

public interface Time_Point
extends Transient
IDL-Code contains comments


Method Index

 o get_day()
 o get_hour()
 o get_millis()
 o get_minute()
 o get_month()
 o get_nanos()
 o get_second()
 o get_year()

Methods

 o get_year
 public abstract short get_year()
 o get_month
 public abstract short get_month()
 o get_day
 public abstract short get_day()
 o get_hour
 public abstract short get_hour()
 o get_minute
 public abstract short get_minute()
 o get_second
 public abstract short get_second()
 o get_millis
 public abstract short get_millis()
 o get_nanos
 public abstract short get_nanos()

All Packages  Class Hierarchy  This Package  Previous  Next  Index