Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex.RexErrorCode
-
Packages that use RexErrorCode Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex -
-
Uses of RexErrorCode in org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.api.rex that return RexErrorCode Modifier and Type Method Description static RexErrorCodeRexErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static RexErrorCode[]RexErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-