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