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