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