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