public enum PiiPrivacyMode extends java.lang.Enum<PiiPrivacyMode>
| Modifier and Type | Method and Description |
|---|---|
static PiiPrivacyMode |
getPiiPrivacyMode(java.lang.String privacyModeStr) |
static PiiPrivacyMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PiiPrivacyMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PiiPrivacyMode APP
public static final PiiPrivacyMode NONE
public static final PiiPrivacyMode MIXED
public static final PiiPrivacyMode UNDEFINED
public static final PiiPrivacyMode NULL
public static PiiPrivacyMode[] values()
for (PiiPrivacyMode c : PiiPrivacyMode.values()) System.out.println(c);
public static PiiPrivacyMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PiiPrivacyMode getPiiPrivacyMode(java.lang.String privacyModeStr)