Uses of Class
org.odpi.openmetadata.viewservices.serverauthor.api.ffdc.ServerAuthorViewErrorCode
-
Packages that use ServerAuthorViewErrorCode Package Description org.odpi.openmetadata.viewservices.serverauthor.api.ffdc This package provides the definition of the Java API for the Server Author OMVS. -
-
Uses of ServerAuthorViewErrorCode in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc
Methods in org.odpi.openmetadata.viewservices.serverauthor.api.ffdc that return ServerAuthorViewErrorCode Modifier and Type Method Description static ServerAuthorViewErrorCodeServerAuthorViewErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerAuthorViewErrorCode[]ServerAuthorViewErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-