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