com.ibm.icu.lang

Class UCharacterDirection

public final class UCharacterDirection extends Object implements UCharacterEnums.ECharacterDirection

Enumerated Unicode character linguistic direction constants. Used as return results from UCharacter

This class is not subclassable

Author: Syn Wee Quek

UNKNOWN: ICU 2.1

Method Summary
static StringtoString(int dir)
Gets the name of the argument direction

Method Detail

toString

public static String toString(int dir)
Gets the name of the argument direction

Parameters: dir direction type to retrieve name

Returns: directional name

UNKNOWN: ICU 2.1

Copyright (c) 2007 IBM Corporation and others.