PROXY  WHOIS  RQUOTE  TEXTS  SOFT  FOREX  BBOARD
 Music  Philosophy  Code  Literature  Russian

= ROOT|Technical|Code_Examples|Java|javax|xml|datatype|DatatypeConstants.java =

page 1 of 3



/*
 * The contents of this file are subject to the terms
 * of the Common Development and Distribution License
 * (the "License").  You may not use this file except
 * in compliance with the License.
 *
 * You can obtain a copy of the license at
 * https://jaxp.dev.java.net/CDDLv1.0.html.
 * See the License for the specific language governing
 * permissions and limitations under the License.
 *
 * When distributing Covered Code, include this CDDL
 * HEADER in each file and include the License file at
 * https://jaxp.dev.java.net/CDDLv1.0.html
 * If applicable add the following below this CDDL HEADER
 * with the fields enclosed by brackets "[]" replaced with
 * your own identifying information: Portions Copyright
 * [year] [name of copyright owner]
 */

/*
 * $Id: DatatypeConstants.java,v 1.4 2006/01/24 01:23:06 jeffsuttor Exp $
 * @(#)DatatypeConstants.java	1.12 06/04/07
 *
 * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved.
 */

package javax.xml.datatype;

import javax.xml.XMLConstants;
import javax.xml.namespace.QName;

/**
 * <p>Utility class to contain basic Datatype values as constants.</p>
 *
 * @author <a href="mailto:Jeff.Suttor@Sun.com">Jeff Suttor</a>
 * @version $Revision: 1.4 $, $Date: 2006/01/24 01:23:06 $
 * @since 1.5
 */

public final class DatatypeConstants {
	
    /**
     * <p>Private constructor to prevent instantiation.</p>
     */
	private DatatypeConstants() {
	}
	
	/**
	 * Value for first month of year.
	 */
	public static final int JANUARY  = 1;

	/**
	 * Value for second month of year.
	 */
	public static final int FEBRUARY = 2;

	/**
	 * Value for third month of year.
	 */
	public static final int MARCH    = 3;

	/**
	 * Value for fourth month of year.
	 */
	public static final int APRIL    = 4;

	/**
	 * Value for fifth month of year.
	 */
	public static final int MAY      = 5;

	/**
	 * Value for sixth month of year.
	 */
	public static final int JUNE     = 6;

	/**
	 * Value for seventh month of year.
	 */
	public static final int JULY     = 7;

	/**
	 * Value for eighth month of year.
	 */
	public static final int AUGUST   = 8;

	/**
	 * Value for ninth month of year.
	 */
	public static final int SEPTEMBER = 9;

	/**
	 * Value for tenth month of year.
	 */
	public static final int OCTOBER = 10;

	/**
	 * Value for eleven month of year.
=1=

= PAGE 1 = NEXT > |2|3

UP TO ROOT | UP TO DIR

Google
 


E-mail Facebook Google Digg del.icio.us BlinkList Fark Furl Ma.gnolia Netscape NewsVine Reddit Slashdot Spurl StumbleUpon Technorati YahooMyWeb LiveJournal Blogmarks TwitThis Live News2.ru BobrDobr.ru Memori.ru MoeMesto.ru

0.0539541 wallclock secs ( 0.01 usr + 0.00 sys = 0.01 CPU)