# Print output for @column tags ?> DateTimePatternGenerator.DisplayWidth - Android SDK | Android Developers

Most visited


Recently visited


DateTimePatternGenerator.DisplayWidth

public static final enum DateTimePatternGenerator.DisplayWidth
extends Enum<DateTimePatternGenerator.DisplayWidth>

java.lang.Object
   ↳ java.lang.Enum<android.icu.text.DateTimePatternGenerator.DisplayWidth>
     ↳ android.icu.text.DateTimePatternGenerator.DisplayWidth


Field display name width constants for getFieldDisplayName

Summary


Enum values

DateTimePatternGenerator.DisplayWidth  ABBREVIATED

An abbreviated field name (may be the same as the wide version, if short enough) 

DateTimePatternGenerator.DisplayWidth  NARROW

The shortest possible field name (may be the same as the abbreviated version) 

DateTimePatternGenerator.DisplayWidth  WIDE

The full field name 

Public methods

static DateTimePatternGenerator.DisplayWidth valueOf(String name)
static final DisplayWidth[] values()

Inherited methods

Enum values


ABBREVIATED

public static final DateTimePatternGenerator.DisplayWidth ABBREVIATED

An abbreviated field name (may be the same as the wide version, if short enough)

NARROW

public static final DateTimePatternGenerator.DisplayWidth NARROW

The shortest possible field name (may be the same as the abbreviated version)

WIDE

public static final DateTimePatternGenerator.DisplayWidth WIDE

The full field name

Public methods


valueOf

public static DateTimePatternGenerator.DisplayWidth valueOf (String name)

Parameters
name String

Returns
DateTimePatternGenerator.DisplayWidth

values

public static final DisplayWidth[] values ()

Returns
DisplayWidth[]

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.