Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.ffdc.GovernanceProgramAuditCode
-
Packages that use GovernanceProgramAuditCode 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 GovernanceProgramAuditCode in org.odpi.openmetadata.accessservices.governanceprogram.ffdc
Methods in org.odpi.openmetadata.accessservices.governanceprogram.ffdc that return GovernanceProgramAuditCode Modifier and Type Method Description static GovernanceProgramAuditCodeGovernanceProgramAuditCode. valueOf(String name)Returns the enum constant of this type with the specified name.static GovernanceProgramAuditCode[]GovernanceProgramAuditCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-