DensityStatus

public enum DensityStatus extends Enum<DensityStatus>

Enum to describe the available options for density status

Since

4.0.2

Entries

Link copied to clipboard

Status A (ISO 5-3:2009)

Link copied to clipboard

Status E (ISO 5-3:2009)

Link copied to clipboard

Status I (ISO 5-3:2009)

Link copied to clipboard

Status T (ISO 5-3:2009)

Link copied to clipboard

Unknown / undefined conditions

Types

Link copied to clipboard
public class Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String fullName
Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal
Link copied to clipboard
private final Integer value

Functions

Link copied to clipboard

Enum to describe the available options for density status

Link copied to clipboard
public final String getFullName()
Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final Integer getValue()
Link copied to clipboard
public final DensityStatus valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<DensityStatus> values()

Returns an array containing the constants of this enum type, in the order they're declared.