blob: ea575c13d90947897b0c2d6e28d3119a235b6508 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/**
*******************************************************************************
* Copyright (C) 1996-2013, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.lang;
/**
* Enumerated Unicode character linguistic direction constants.
* Used as return results from <a href=UCharacter.html>UCharacter</a>
* <p>
* This class is not subclassable
* </p>
* @author Syn Wee Quek
*/
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class UCharacterDirection implements android.icu.lang.UCharacterEnums.ECharacterDirection {
private UCharacterDirection() { throw new RuntimeException("Stub!"); }
/**
* Gets the name of the argument direction
* @param dir direction type to retrieve name
* @return directional name
*/
public static java.lang.String toString(int dir) { throw new RuntimeException("Stub!"); }
}