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