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