/*
*******************************************************************************
- * Copyright (C) 1996-2010, International Business Machines Corporation and *
+ * Copyright (C) 1996-2012, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
}
/**
- * Return the current Calendar type.
- * @return type of calendar
+ * {@inheritDoc}
* @stable ICU 3.8
*/
public String getType() {
/*
-* Copyright (C) 1996-2011, International Business Machines
+* Copyright (C) 1996-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*/
}
/**
- * {@icu} Returns the current Calendar type. Note, in 3.0 this function will return
- * 'gregorian' in Calendar to emulate legacy behavior
- * @return type of calendar (gregorian, etc)
+ * {@icu} Returns the calendar type name string for this Calendar object.
+ * The returned string is the legacy ICU calendar attribute value,
+ * for example, "gregorian" or "japanese".
+ *
+ * <p>See type="old type name" for the calendar attribute of locale IDs
+ * at http://www.unicode.org/reports/tr35/#Key_Type_Definitions
+ *
+ * @return legacy calendar type name string
* @stable ICU 3.8
*/
public String getType() {
}
/**
- * Return the current Calendar type.
- * @return type of calendar
+ * {@inheritDoc}
* @stable ICU 3.8
*/
public String getType() {
/*
*******************************************************************************
- * Copyright (C) 2005-2008, International Business Machines Corporation and *
- * others. All Rights Reserved. *
+ * Copyright (C) 2005-2012, International Business Machines Corporation and
+ * others. All Rights Reserved.
*******************************************************************************
*/
/**
* {@inheritDoc}
- * @return type of calendar
* @stable ICU 3.8
*/
public String getType() {
/*
- * Copyright (C) 1996-2011, International Business Machines
+ * Copyright (C) 1996-2012, International Business Machines
* Corporation and others. All Rights Reserved.
*/
}
/**
- * Return the current Calendar type.
- * @return type of calendar
+ * {@inheritDoc}
* @stable ICU 3.8
*/
public String getType() {
/*
*******************************************************************************
- * Copyright (C) 1996-2011, International Business Machines Corporation and *
- * others. All Rights Reserved. *
+ * Copyright (C) 1996-2012, International Business Machines Corporation and
+ * others. All Rights Reserved.
*******************************************************************************
*/
package com.ibm.icu.util;
}
/**
- * Return the current Calendar type.
- * @return type of calendar
+ * {@inheritDoc}
* @stable ICU 3.8
*/
public String getType() {