public static enum DeIdentifier.Option extends Enum<DeIdentifier.Option>
| Enum Constant and Description |
|---|
BasicApplicationConfidentialityProfile |
RetainDeviceIdentityOption |
RetainInstitutionIdentityOption |
RetainLongitudinalTemporalInformationFullDatesOption |
RetainUIDsOption |
| Modifier and Type | Method and Description |
|---|---|
static DeIdentifier.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeIdentifier.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeIdentifier.Option BasicApplicationConfidentialityProfile
public static final DeIdentifier.Option RetainLongitudinalTemporalInformationFullDatesOption
public static final DeIdentifier.Option RetainDeviceIdentityOption
public static final DeIdentifier.Option RetainInstitutionIdentityOption
public static final DeIdentifier.Option RetainUIDsOption
public static DeIdentifier.Option[] values()
for (DeIdentifier.Option c : DeIdentifier.Option.values()) System.out.println(c);
public static DeIdentifier.Option valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.