Interface UProperty.NameChoice

Enclosing interface:
UProperty

public static interface UProperty.NameChoice
Selector constants for UCharacter.getPropertyName() and UCharacter.getPropertyValueName(). These selectors are used to choose which name is returned for a given property or value. All properties and values have a long name. Most have a short name, but some do not. Unicode allows for additional names, beyond the long and short name, which would be indicated by LONG + i, where i=1, 2,...
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated.
    ICU 58 The numeric value may change over time, see ICU ticket #12420.
    static final int
    Selector for the long name of a property or value.
    static final int
    Selector for the abbreviated name of a property or value.
  • Field Details

    • SHORT

      static final int SHORT
      Selector for the abbreviated name of a property or value. Most properties and values have a short name; those that do not return null.
      See Also:
    • LONG

      static final int LONG
      Selector for the long name of a property or value. All properties and values have a long name.
      See Also:
    • COUNT

      @Deprecated static final int COUNT
      Deprecated.
      ICU 58 The numeric value may change over time, see ICU ticket #12420.
      The number of predefined property name choices. Individual properties or values may have more than COUNT aliases.
      See Also: