All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pepstock.charba.client.intl.enums.UTCOffsetConstants Maven / Gradle / Ivy

There is a newer version: 6.5-gwt
Show newest version
/**
    Copyright 2017 Andrea "Stock" Stocchero

    Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
    You may obtain a copy of the License at

	    http://www.apache.org/licenses/LICENSE-2.0

    Unless required by applicable law or agreed to in writing, software
    distributed under the License is distributed on an "AS IS" BASIS,
    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    See the License for the specific language governing permissions and
    limitations under the License.
*/
package org.pepstock.charba.client.intl.enums;

/**
 * Contains all UTC offset values used by {@link TimeZone}, to avoid to have more instances of the same label.
 * 
 * @author Andrea "Stock" Stocchero
 *
 */
final class UTCOffsetConstants {

	/**
	 * International key, to use for localization, for +00:00 UTC offset.
	 */
	static final String UTC_PLUS_00_00 = "+00:00";

	/**
	 * International key, to use for localization, for +01:00 UTC offset.
	 */
	static final String UTC_PLUS_01_00 = "+01:00";

	/**
	 * International key, to use for localization, for +02:00 UTC offset.
	 */
	static final String UTC_PLUS_02_00 = "+02:00";

	/**
	 * International key, to use for localization, for +03:00 UTC offset.
	 */
	static final String UTC_PLUS_03_00 = "+03:00";

	/**
	 * International key, to use for localization, for +03:30 UTC offset.
	 */
	static final String UTC_PLUS_03_30 = "+03:30";

	/**
	 * International key, to use for localization, for +04:00 UTC offset.
	 */
	static final String UTC_PLUS_04_00 = "+04:00";

	/**
	 * International key, to use for localization, for +04:30 UTC offset.
	 */
	static final String UTC_PLUS_04_30 = "+04:30";

	/**
	 * International key, to use for localization, for +05:00 UTC offset.
	 */
	static final String UTC_PLUS_05_00 = "+05:00";

	/**
	 * International key, to use for localization, for +05:30 UTC offset.
	 */
	static final String UTC_PLUS_05_30 = "+05:30";

	/**
	 * International key, to use for localization, for +05:45 UTC offset.
	 */
	static final String UTC_PLUS_05_45 = "+05:45";

	/**
	 * International key, to use for localization, for +06:00 UTC offset.
	 */
	static final String UTC_PLUS_06_00 = "+06:00";

	/**
	 * International key, to use for localization, for +06:30 UTC offset.
	 */
	static final String UTC_PLUS_06_30 = "+06:30";

	/**
	 * International key, to use for localization, for +07:00 UTC offset.
	 */
	static final String UTC_PLUS_07_00 = "+07:00";

	/**
	 * International key, to use for localization, for +08:00 UTC offset.
	 */
	static final String UTC_PLUS_08_00 = "+08:00";

	/**
	 * International key, to use for localization, for +08:45 UTC offset.
	 */
	static final String UTC_PLUS_08_45 = "+08:45";

	/**
	 * International key, to use for localization, for +09:00 UTC offset.
	 */
	static final String UTC_PLUS_09_00 = "+09:00";

	/**
	 * International key, to use for localization, for +09:30 UTC offset.
	 */
	static final String UTC_PLUS_09_30 = "+09:30";

	/**
	 * International key, to use for localization, for +10:00 UTC offset.
	 */
	static final String UTC_PLUS_10_00 = "+10:00";

	/**
	 * International key, to use for localization, for +10:30 UTC offset.
	 */
	static final String UTC_PLUS_10_30 = "+10:30";

	/**
	 * International key, to use for localization, for +11:00 UTC offset.
	 */
	static final String UTC_PLUS_11_00 = "+11:00";

	/**
	 * International key, to use for localization, for +11:30 UTC offset.
	 */
	static final String UTC_PLUS_11_30 = "+11:30";

	/**
	 * International key, to use for localization, for +12:00 UTC offset.
	 */
	static final String UTC_PLUS_12_00 = "+12:00";

	/**
	 * International key, to use for localization, for +12:45 UTC offset.
	 */
	static final String UTC_PLUS_12_45 = "+12:45";

	/**
	 * International key, to use for localization, for +13:00 UTC offset.
	 */
	static final String UTC_PLUS_13_00 = "+13:00";

	/**
	 * International key, to use for localization, for +14:00 UTC offset.
	 */
	static final String UTC_PLUS_14_00 = "+14:00";

	/**
	 * International key, to use for localization, for -01:00 UTC offset.
	 */
	static final String UTC_MINUS_01_00 = "-01:00";

	/**
	 * International key, to use for localization, for -02:00 UTC offset.
	 */
	static final String UTC_MINUS_02_00 = "-02:00";

	/**
	 * International key, to use for localization, for -03:00 UTC offset.
	 */
	static final String UTC_MINUS_03_00 = "-03:00";

	/**
	 * International key, to use for localization, for -03:30 UTC offset.
	 */
	static final String UTC_MINUS_03_30 = "-03:30";

	/**
	 * International key, to use for localization, for -04:00 UTC offset.
	 */
	static final String UTC_MINUS_04_00 = "-04:00";

	/**
	 * International key, to use for localization, for -04:30 UTC offset.
	 */
	static final String UTC_MINUS_04_30 = "-04:30";

	/**
	 * International key, to use for localization, for -05:00 UTC offset.
	 */
	static final String UTC_MINUS_05_00 = "-05:00";

	/**
	 * International key, to use for localization, for -06:00 UTC offset.
	 */
	static final String UTC_MINUS_06_00 = "-06:00";

	/**
	 * International key, to use for localization, for -07:00 UTC offset.
	 */
	static final String UTC_MINUS_07_00 = "-07:00";

	/**
	 * International key, to use for localization, for -08:00 UTC offset.
	 */
	static final String UTC_MINUS_08_00 = "-08:00";

	/**
	 * International key, to use for localization, for -09:00 UTC offset.
	 */
	static final String UTC_MINUS_09_00 = "-09:00";

	/**
	 * International key, to use for localization, for -09:30 UTC offset.
	 */
	static final String UTC_MINUS_09_30 = "-09:30";

	/**
	 * International key, to use for localization, for -10:00 UTC offset.
	 */
	static final String UTC_MINUS_10_00 = "-10:00";

	/**
	 * International key, to use for localization, for -11:00 UTC offset.
	 */
	static final String UTC_MINUS_11_00 = "-11:00";

	/**
	 * To avoid any instantiation
	 */
	private UTCOffsetConstants() {
		// do nothing
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy