X12TimeFormat Class

public final class X12TimeFormat
extends ExpandableStringEnum<X12TimeFormat>

The x12 time format.

Field Summary

Modifier and Type Field and Description
static final X12TimeFormat HHMM

Static value HHMM for X12TimeFormat.

static final X12TimeFormat HHMMSS

Static value HHMMSS for X12TimeFormat.

static final X12TimeFormat HHMMSSD

Static value HHMMSSd for X12TimeFormat.

static final X12TimeFormat HHMMSSDD

Static value HHMMSSdd for X12TimeFormat.

static final X12TimeFormat NOT_SPECIFIED

Static value NotSpecified for X12TimeFormat.

Constructor Summary

Constructor Description
X12TimeFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of X12TimeFormat value.

Method Summary

Modifier and Type Method and Description
static X12TimeFormat fromString(String name)

Creates or finds a X12TimeFormat from its string representation.

static Collection<X12TimeFormat> values()

Gets known X12TimeFormat values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

HHMM

public static final X12TimeFormat HHMM

Static value HHMM for X12TimeFormat.

HHMMSS

public static final X12TimeFormat HHMMSS

Static value HHMMSS for X12TimeFormat.

HHMMSSD

public static final X12TimeFormat HHMMSSD

Static value HHMMSSd for X12TimeFormat.

HHMMSSDD

public static final X12TimeFormat HHMMSSDD

Static value HHMMSSdd for X12TimeFormat.

NOT_SPECIFIED

public static final X12TimeFormat NOT_SPECIFIED

Static value NotSpecified for X12TimeFormat.

Constructor Details

X12TimeFormat

@Deprecated
public X12TimeFormat()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of X12TimeFormat value.

Method Details

fromString

public static X12TimeFormat fromString(String name)

Creates or finds a X12TimeFormat from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding X12TimeFormat.

values

public static Collection values()

Gets known X12TimeFormat values.

Returns:

known X12TimeFormat values.

Applies to