1 /* GENERATED SOURCE. DO NOT MODIFY. */ 2 // © 2017 and later: Unicode, Inc. and others. 3 // License & terms of use: http://www.unicode.org/copyright.html#License 4 package ohos.global.icu.number; 5 6 /** 7 * A class that defines the simple notation style to be used when formatting numbers in NumberFormatter. 8 * 9 * <p> 10 * This class exposes no public functionality. To create a SimpleNotation, use one of the factory methods 11 * in {@link Notation}. 12 * 13 * @see NumberFormatter 14 * @hide exposed on OHOS 15 */ 16 public class SimpleNotation extends Notation { SimpleNotation()17 /* package-private */ SimpleNotation() { 18 } 19 }