Uses of Class
org.odpi.openmetadata.accessservices.dataprivacy.ffdc.DataPrivacyErrorCode
-
Packages that use DataPrivacyErrorCode Package Description org.odpi.openmetadata.accessservices.dataprivacy.ffdc This package provides the first failure data capture support for the Data Privacy OMAS module. -
-
Uses of DataPrivacyErrorCode in org.odpi.openmetadata.accessservices.dataprivacy.ffdc
Methods in org.odpi.openmetadata.accessservices.dataprivacy.ffdc that return DataPrivacyErrorCode Modifier and Type Method Description static DataPrivacyErrorCodeDataPrivacyErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static DataPrivacyErrorCode[]DataPrivacyErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-