Share via


PiiEntityDomain Class

public final class PiiEntityDomain
extends ExpandableStringEnum<PiiEntityDomain>

Defines values for PiiEntityDomain.

Field Summary

Modifier and Type Field and Description
static final PiiEntityDomain NONE

None as the PiiEntityDomain.

static final PiiEntityDomain PROTECTED_HEALTH_INFORMATION

Protected health information (PHI) as the PiiEntityDomain.

Constructor Summary

Constructor Description
PiiEntityDomain()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PiiEntityDomain value.

Method Summary

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

Creates or finds a PiiEntityDomain from its string representation.

static Collection<PiiEntityDomain> values()

All known PiiEntityDomain values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NONE

public static final PiiEntityDomain NONE

None as the PiiEntityDomain.

PROTECTED_HEALTH_INFORMATION

public static final PiiEntityDomain PROTECTED_HEALTH_INFORMATION

Protected health information (PHI) as the PiiEntityDomain.

Constructor Details

PiiEntityDomain

@Deprecated
public PiiEntityDomain()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of PiiEntityDomain value.

Method Details

fromString

public static PiiEntityDomain fromString(String name)

Creates or finds a PiiEntityDomain from its string representation.

Parameters:

name - The string name to look for.

Returns:

The corresponding PiiEntityDomain.

values

public static Collection<PiiEntityDomain> values()

All known PiiEntityDomain values.

Returns:

known PiiEntityDomain values.

Applies to