com.ibm.icu.text
Enum AlphabeticIndex.LangType

java.lang.Object
  extended by java.lang.Enum<AlphabeticIndex.LangType>
      extended by com.ibm.icu.text.AlphabeticIndex.LangType
All Implemented Interfaces:
Serializable, Comparable<AlphabeticIndex.LangType>
Enclosing class:
AlphabeticIndex<V>

Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.

public static enum AlphabeticIndex.LangType
extends Enum<AlphabeticIndex.LangType>

Status:
Internal. This API is ICU internal only.

Enum Constant Summary
NORMAL
          Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
SIMPLIFIED
          Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
TRADITIONAL
          Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
 
Method Summary
static AlphabeticIndex.LangType fromLocale(ULocale locale)
          Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
static AlphabeticIndex.LangType valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static AlphabeticIndex.LangType[] values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

NORMAL

public static final AlphabeticIndex.LangType NORMAL
Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
Status:
Internal. This API is ICU internal only.

SIMPLIFIED

public static final AlphabeticIndex.LangType SIMPLIFIED
Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
Status:
Internal. This API is ICU internal only.

TRADITIONAL

public static final AlphabeticIndex.LangType TRADITIONAL
Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.
Status:
Internal. This API is ICU internal only.
Method Detail

values

public static AlphabeticIndex.LangType[] values()
Deprecated. 
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (AlphabeticIndex.LangType c : AlphabeticIndex.LangType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AlphabeticIndex.LangType valueOf(String name)
Deprecated. 
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

fromLocale

public static AlphabeticIndex.LangType fromLocale(ULocale locale)
Deprecated. This API is ICU internal only, for testing purposes and use with CLDR.

Status:
Internal. This API is ICU internal only.


Copyright (c) 2010 IBM Corporation and others.