Share via


ResolutionType Class

public final class ResolutionType
extends ExpandableStringEnum<ResolutionType>

Defines the resolution type.

Field Summary

Modifier and Type Field and Description
static final ResolutionType AUTOMATIC

Static value Automatic for ResolutionType.

static final ResolutionType MANUAL

Static value Manual for ResolutionType.

Constructor Summary

Constructor Description
ResolutionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResolutionType value.

Method Summary

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

Creates or finds a ResolutionType from its string representation.

static Collection<ResolutionType> values()

Gets known ResolutionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATIC

public static final ResolutionType AUTOMATIC

Static value Automatic for ResolutionType.

MANUAL

public static final ResolutionType MANUAL

Static value Manual for ResolutionType.

Constructor Details

ResolutionType

@Deprecated
public ResolutionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ResolutionType value.

Method Details

fromString

public static ResolutionType fromString(String name)

Creates or finds a ResolutionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ResolutionType.

values

public static Collection<ResolutionType> values()

Gets known ResolutionType values.

Returns:

known ResolutionType values.

Applies to