blob: 7f823de3e6e28de2f88a328da694a37f0fa7b9f3 [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#License
/*
*******************************************************************************
* Copyright (C) 2012-2015, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public enum DisplayContext {
STANDARD_NAMES,
DIALECT_NAMES,
CAPITALIZATION_NONE,
CAPITALIZATION_FOR_MIDDLE_OF_SENTENCE,
CAPITALIZATION_FOR_BEGINNING_OF_SENTENCE,
CAPITALIZATION_FOR_UI_LIST_OR_MENU,
CAPITALIZATION_FOR_STANDALONE,
LENGTH_FULL,
LENGTH_SHORT,
SUBSTITUTE,
NO_SUBSTITUTE;
public android.icu.text.DisplayContext.Type type() { throw new RuntimeException("Stub!"); }
public int value() { throw new RuntimeException("Stub!"); }
@SuppressWarnings({"unchecked", "deprecation", "all"})
public enum Type {
DIALECT_HANDLING,
CAPITALIZATION,
DISPLAY_LENGTH,
SUBSTITUTE_HANDLING;
}
}