/*
-* Copyright (C) 1997-2012, International Business Machines Corporation and others.
+* Copyright (C) 1997-2013, International Business Machines Corporation and others.
* All Rights Reserved.
********************************************************************************
*
*/
static UClassID U_EXPORT2 getStaticClassID(void);
-/* Cannot use #ifndef U_HIDE_DRAFT_API for the following draft method since it is virtual */
/**
* Returns the calendar type name string for this Calendar object.
* The returned string is the legacy ICU calendar attribute value,
* For more details see the Calendar::getType() documentation.
*
* @return legacy calendar type name string
- * @draft ICU 49
+ * @stable ICU 49
*/
virtual const char * getType() const;