EndOfSupportStatus Class

public final class EndOfSupportStatus
extends ExpandableStringEnum<EndOfSupportStatus>

End of support status.

Field Summary

Modifier and Type Field and Description
static final EndOfSupportStatus NONE

Static value None for EndOfSupportStatus.

static final EndOfSupportStatus NO_LONGER_SUPPORTED

Static value noLongerSupported for EndOfSupportStatus.

static final EndOfSupportStatus UPCOMING_NO_LONGER_SUPPORTED

Static value upcomingNoLongerSupported for EndOfSupportStatus.

static final EndOfSupportStatus UPCOMING_VERSION_NO_LONGER_SUPPORTED

Static value upcomingVersionNoLongerSupported for EndOfSupportStatus.

static final EndOfSupportStatus VERSION_NO_LONGER_SUPPORTED

Static value versionNoLongerSupported for EndOfSupportStatus.

Constructor Summary

Constructor Description
EndOfSupportStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EndOfSupportStatus value.

Method Summary

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

Creates or finds a EndOfSupportStatus from its string representation.

static Collection<EndOfSupportStatus> values()

Gets known EndOfSupportStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final EndOfSupportStatus NONE

Static value None for EndOfSupportStatus.

NO_LONGER_SUPPORTED

public static final EndOfSupportStatus NO_LONGER_SUPPORTED

Static value noLongerSupported for EndOfSupportStatus.

UPCOMING_NO_LONGER_SUPPORTED

public static final EndOfSupportStatus UPCOMING_NO_LONGER_SUPPORTED

Static value upcomingNoLongerSupported for EndOfSupportStatus.

UPCOMING_VERSION_NO_LONGER_SUPPORTED

public static final EndOfSupportStatus UPCOMING_VERSION_NO_LONGER_SUPPORTED

Static value upcomingVersionNoLongerSupported for EndOfSupportStatus.

VERSION_NO_LONGER_SUPPORTED

public static final EndOfSupportStatus VERSION_NO_LONGER_SUPPORTED

Static value versionNoLongerSupported for EndOfSupportStatus.

Constructor Details

EndOfSupportStatus

@Deprecated
public EndOfSupportStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EndOfSupportStatus value.

Method Details

fromString

public static EndOfSupportStatus fromString(String name)

Creates or finds a EndOfSupportStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EndOfSupportStatus.

values

public static Collection values()

Gets known EndOfSupportStatus values.

Returns:

known EndOfSupportStatus values.

Applies to