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