次の方法で共有


ObsoleteVersion Class

public final class ObsoleteVersion
extends ExpandableStringEnum<ObsoleteVersion>

Indicates whether this version is obsolete.

Field Summary

Modifier and Type Field and Description
static final ObsoleteVersion NOT_OBSOLETE

Static value NotObsolete for ObsoleteVersion.

static final ObsoleteVersion OBSOLETE

Static value Obsolete for ObsoleteVersion.

Constructor Summary

Constructor Description
ObsoleteVersion()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ObsoleteVersion value.

Method Summary

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

Creates or finds a ObsoleteVersion from its string representation.

static Collection<ObsoleteVersion> values()

Gets known ObsoleteVersion values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NOT_OBSOLETE

public static final ObsoleteVersion NOT_OBSOLETE

Static value NotObsolete for ObsoleteVersion.

OBSOLETE

public static final ObsoleteVersion OBSOLETE

Static value Obsolete for ObsoleteVersion.

Constructor Details

ObsoleteVersion

@Deprecated
public ObsoleteVersion()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ObsoleteVersion value.

Method Details

fromString

public static ObsoleteVersion fromString(String name)

Creates or finds a ObsoleteVersion from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ObsoleteVersion.

values

public static Collection<ObsoleteVersion> values()

Gets known ObsoleteVersion values.

Returns:

known ObsoleteVersion values.

Applies to