Uses of Class
org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model.JanusConnectorErrorCode
-
Packages that use JanusConnectorErrorCode Package Description org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model -
-
Uses of JanusConnectorErrorCode in org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model
Methods in org.odpi.openmetadata.openconnectors.governancedaemonconnectors.openlineageconnectors.janusconnector.model that return JanusConnectorErrorCode Modifier and Type Method Description static JanusConnectorErrorCodeJanusConnectorErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static JanusConnectorErrorCode[]JanusConnectorErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-