Class WinstonTable


  • public class WinstonTable
    extends java.lang.Object
    • Constructor Detail

      • WinstonTable

        protected WinstonTable​(WinstonSCNL database,
                               java.lang.String tableName)
                        throws java.text.ParseException
        Throws:
        java.text.ParseException
      • WinstonTable

        protected WinstonTable​(WinstonSCNL database,
                               int year,
                               int month,
                               int day)
    • Method Detail

      • getTableName

        public java.lang.String getTableName()
      • getHeliTableName

        public java.lang.String getHeliTableName()
      • getDateString

        public java.lang.String getDateString()
      • internalGetTableName

        protected java.lang.String internalGetTableName​(boolean isHeliTable)
      • getYear

        public int getYear()
      • getMonth

        public int getMonth()
      • getDay

        public int getDay()
      • parseDate

        protected int[] parseDate​(java.lang.String ymd)
                           throws java.text.ParseException
        Throws:
        java.text.ParseException