blob: 099c14c425b67fcaa977372fc799b96182564a1a [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2007-2010, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.util;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class DateTimeRule implements java.io.Serializable {
DateTimeRule() { throw new RuntimeException("Stub!"); }
public int getDateRuleType() { throw new RuntimeException("Stub!"); }
public int getRuleMonth() { throw new RuntimeException("Stub!"); }
public int getRuleDayOfMonth() { throw new RuntimeException("Stub!"); }
public int getRuleDayOfWeek() { throw new RuntimeException("Stub!"); }
public int getTimeRuleType() { throw new RuntimeException("Stub!"); }
public int getRuleMillisInDay() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public static final int DOM = 0; // 0x0
public static final int DOW = 1; // 0x1
public static final int DOW_GEQ_DOM = 2; // 0x2
public static final int DOW_LEQ_DOM = 3; // 0x3
public static final int STANDARD_TIME = 1; // 0x1
public static final int UTC_TIME = 2; // 0x2
public static final int WALL_TIME = 0; // 0x0
}