ICU-2202 add documentation
X-SVN-Rev: 13795
This commit is contained in:
parent
e94820e01e
commit
5f3677077a
@ -1,8 +1,14 @@
|
||||
/*
|
||||
* Created on Nov 11, 2003
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2003, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*
|
||||
* To change the template for this generated file go to
|
||||
* Window - Preferences - Java - Code Generation - Code and Comments
|
||||
* $Source: /xsrl/Nsvn/icu/icu4j/src/com/ibm/icu/text/UFormat.java,v $
|
||||
* $Date: 2003/11/21 00:16:34 $
|
||||
* $Revision: 1.2 $
|
||||
*
|
||||
*******************************************************************************
|
||||
*/
|
||||
package com.ibm.icu.text;
|
||||
|
||||
@ -10,13 +16,21 @@ import java.text.Format;
|
||||
import com.ibm.icu.util.ULocale;
|
||||
|
||||
/**
|
||||
* An abstract class that extends from java.text.Format class. This class is
|
||||
* intended for adding additional functionality to the base class.
|
||||
* @author weiv
|
||||
*
|
||||
* To change the template for this generated type comment go to
|
||||
* Window - Preferences - Java - Code Generation - Code and Comments
|
||||
* @draft ICU 2.8
|
||||
*/
|
||||
public abstract class UFormat extends Format {
|
||||
|
||||
/**
|
||||
* Return the locale used by the format object depending on the type
|
||||
*
|
||||
* @param type The type fo the locale that should returned.
|
||||
* @return ULocale object for the type requested
|
||||
* @see ULocale.ULocaleDataType
|
||||
* @see ULocale
|
||||
* @draft ICU 2.8
|
||||
*/
|
||||
public abstract ULocale getLocale(ULocale.ULocaleDataType type);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user