com.ibm.icu.text

Class DateTimePatternGenerator.PatternInfo

public static final class DateTimePatternGenerator.PatternInfo extends Object

PatternInfo supplies output parameters for add(...). It is used because Java doesn't have real output parameters. It is treated like a struct (eg Point), so all fields are public.

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

Field Summary
static intBASE_CONFLICT
StringconflictingPattern
static intCONFLICT
static intOK
intstatus
Constructor Summary
PatternInfo()
Simple constructor, since this is treated like a struct.

Field Detail

BASE_CONFLICT

public static final int BASE_CONFLICT

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

conflictingPattern

public String conflictingPattern

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

CONFLICT

public static final int CONFLICT

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

OK

public static final int OK

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

status

public int status

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

Constructor Detail

PatternInfo

public PatternInfo()
Simple constructor, since this is treated like a struct.

UNKNOWN: ICU 3.6 This API might change or be removed in a future release.

Copyright (c) 2007 IBM Corporation and others.