DtcName Class

public final class DtcName
extends ExpandableStringEnum<DtcName>

Defines values for DtcName.

Field Summary

Modifier and Type Field and Description
static final DtcName CURRENT

Static value current for DtcName.

Constructor Summary

Constructor Description
DtcName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DtcName value.

Method Summary

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

Creates or finds a DtcName from its string representation.

static Collection<DtcName> values()

Gets known DtcName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CURRENT

public static final DtcName CURRENT

Static value current for DtcName.

Constructor Details

DtcName

@Deprecated
public DtcName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DtcName value.

Method Details

fromString

public static DtcName fromString(String name)

Creates or finds a DtcName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DtcName.

values

public static Collection<DtcName> values()

Gets known DtcName values.

Returns:

known DtcName values.

Applies to